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

cdef void spam():
	None = 42
_ERRORS = u"""
4:1: Cannot assign to or delete this
"""