Oops, Cython uses __richcmp__() instead of __eq__(), etc.
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 01:37:59 +0000 (21:37 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 01:37:59 +0000 (21:37 -0400)
commit7108f4deaf1320527b6dcdf45814d12a9f95eaf9
tree33662ae6d6a6dd248e97f4ac908fe7a85dc42eb7
parent1a682bcddfaf6ac3e2fa8d650732c824bbc30bb0
Oops, Cython uses __richcmp__() instead of __eq__(), etc.

http://docs.cython.org/src/userguide/special_methods.html#rich-comparisons
pycomedi/constant.pyx