DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / pxd_cdef_class_declaration_T286.pyx
123456789
# ticket: t286 # mode: error cdef class A: pass _ERRORS = u""" 1:5: C class 'A' is declared but not defined """