Repository URL to install this package:
# mode: error import cython class Pyclass(object): @cython.cfunc def bad(self): pass _ERRORS = """ 6:4: cfunc directive is not allowed here """