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    
Sphinx / tests / roots / test-autosummary / underscore_module_.py
Size: Mime:
"""
module with trailing underscores everywhere
"""


class class_(object):
    """ Class """
    def method_(_arg):
        """ Method """
        pass


def function_(_arg):
    """ Function """
    pass