summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-ext-autodoc/target/module.py
blob: fe3b490a92de9e1bc7abbe3fe543db09d2c607e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
undocumented = 1

#: docstring
documented = 1

undoc_annotated: int

#: docstring
annotated: int

__special__ = 1

#: docstring
__documented_special__ = 1