Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Cython / tests / errors / cdef_in_pyclass.pyx
Size: Mime:
# mode: error

class Pyclass(object):
    cdef bad(self):
        pass

_ERRORS = """
 4:9: cdef statement not allowed here
"""