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

cdef struct Foo

def f(Foo *p):
	pass
_ERRORS = u"""
5:6: Cannot convert Python object argument to type 'Foo *'
"""