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