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

_ERRORS = u"""
4:4 Expected a newline after decorator
"""


class A:
    pass

@A().a
def f():
    pass