Files
sphinx/tests/roots/test-ext-autodoc/autodoc_dummy_module.py

7 lines
112 B
Python
Raw Normal View History

2018-02-19 22:39:14 +09:00
from dummy import * # NOQA
def test():
"""Dummy function using dummy.*"""
2018-02-19 22:39:14 +09:00
dummy_function() # NOQA