Commit 78642940 authored by Robert Bradshaw's avatar Robert Bradshaw

autodict richcmp test

parent 70153f33
......@@ -91,5 +91,13 @@ cdef class MyCdefClass:
False
"""
def __richcmp__(self, other, int op):
"""
Should not be included, as it can't be looked up with getattr in Py 2
>>> True
False
"""
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