mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
18 lines
151 B
Python
18 lines
151 B
Python
"""
|
|
docsting of empty_all module.
|
|
"""
|
|
|
|
__all__ = []
|
|
|
|
|
|
def foo():
|
|
"""docstring"""
|
|
|
|
|
|
def bar():
|
|
"""docstring"""
|
|
|
|
|
|
def baz():
|
|
"""docstring"""
|