Commit 45e86c91 authored by Stefan Behnel's avatar Stefan Behnel

fix test

parent a390543f
# ticket: 494
# cython: binding=True
__doc__ = """
>>> A.foo = foo
>>> print A().foo()
True
"""
class A:
......@@ -11,5 +12,3 @@ class A:
def foo(self):
return self is not None
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