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

def f():
	a = b
		c = d
_ERRORS = u"""
5:0: Possible inconsistent indentation
5:0: Expected an identifier or literal
"""