sphinx-autoapi/tests/python/pypackagecomplex/complex/_private_module.py
2019-01-26 16:18:16 -08:00

7 lines
155 B
Python

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