DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / errors / pure_cclass_without_body.py
12345678
# mode: error class Test(object): pass _ERRORS = u""" 3:5: C class 'Test' is declared but not defined """