summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-autodoc/target/empty_all.py
blob: c094cff70fee74d5e548e9936db785e3ba960bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"""
docsting of empty_all module.
"""
__all__ = []


def foo():
    """docstring"""


def bar():
    """docstring"""


def baz():
    """docstring"""