Commit 7585d73e authored by Kevin Modzelewski's avatar Kevin Modzelewski

These are working now

parent 12a94f6a
# expected: reffail
a = 'test'
assert hasattr(a, "__str__")
assert hasattr(a, "dupa") == False
......
# expected: reffail
def f(a):
print a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment