DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / missing_self_in_cpdef_method_T156.pyx
12345678910
# ticket: t156 # mode: error cdef class B: cpdef b(): pass _ERRORS = u""" 5:10: C method has no self argument """