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

7 lines
112 B
Python
Raw Normal View History

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