sphinx/tests/roots/test-ext-autodoc/target/empty_all.py
2025-01-03 01:33:14 +00:00

18 lines
151 B
Python

"""
docsting of empty_all module.
"""
__all__ = []
def foo():
"""docstring"""
def bar():
"""docstring"""
def baz():
"""docstring"""