DEBSOURCES
Skip Quicknav
sources / sphinx-autoapi / 3.3.3-1 / tests / python / pypackageexample / package / _private_submodule.py
123456
class PrivateClass: """A private class with public facing methods.""" def public_method(): """This is public.""" return 5