File: _private_submodule.py

package info (click to toggle)
sphinx-autoapi 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 900 kB
  • sloc: python: 5,146; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 147 bytes parent folder | download
1
2
3
4
5
6
class PrivateClass:
    """A private class with public facing methods."""

    def public_method():
        """This is public."""
        return 5