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 / compile / getattr3ref.pyx.BROKEN
Size: Mime:
__doc__ = """
    >>> print f()
"""

def f():
    g = getattr3
    return g.__name__