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

def f():
 a = b # space space
	c = d # tab
_ERRORS = u"""
5:0: Mixed use of tabs and spaces
"""