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 / docstrings.pyx
Size: Mime:
# mode: compile

"Welcome to the parrot module. It is currently resting."

def zap(polly, volts):
    "Wake up polly."

class Parrot:
    "Standard Norwegian Blue."

    def admire_plumage(self):
        "Lovely, ain't it?"

cdef class SuperParrot:
    "Special high-performance model."