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 / broken / getattr.pyx
Size: Mime:
cdef class Spam:
    cdef public object eggs

    def __getattr__(self, name):
        print "Spam getattr:", name