DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / e_cdef_in_py.py
123456789
# mode: error def func(): cdef int i _ERRORS = """ 4:4: The 'cdef' keyword is only allowed in Cython files (pyx/pxi/pxd) """