Commit 521ed9d8 authored by R. Andrew Ohana's avatar R. Andrew Ohana

test to ensure special methods are properly guarded

parent 8737acc4
...@@ -21,7 +21,7 @@ cdef class C: ...@@ -21,7 +21,7 @@ cdef class C:
def __set__(self, x): def __set__(self, x):
"And here is another one." "And here is another one."
def __add__(self, other): def __div__(self, other):
"usable docstring" "usable docstring"
def __iter__(self): def __iter__(self):
"usable docstring" "usable docstring"
......
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