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 / run / inline.pyx
Size: Mime:
def test(x):
    """
    >>> test(3)
    3
    """
    return retinput(x)

cdef inline int retinput(int x):
    o = x
    return o