You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/tests/python/pypackageexample/package/_private_submodule.py

7 lines
155 B
Python

class PrivateClass(object):
"""A private class with public facing methods."""
def public_method():
"""This is public."""
return 5