sphinx-autoapi/tests/python/pypackagecomplex/complex/_private_module.py

7 lines
155 B
Python
Raw Normal View History

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