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-ext-autodoc / target / name_mangling.py
Size: Mime:
class Foo:
    #: name of Foo
    __name = None
    __age = None


class Bar(Foo):
    __address = None

    #: a member having mangled-like name
    _Baz__email = None