Repository URL to install this package:
# ticket: 165 # mode: error cdef class A: cpdef a(int not_self): pass _ERRORS = u""" 5:10: Self argument (int) of C method 'a' does not match parent type (A) """