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 / pure_cclass_without_body.py
Size: Mime:
# mode: error

class Test(object):
    pass

_ERRORS = u"""
3:5: C class 'Test' is declared but not defined
"""