pydepgraph
pydepgraph copied to clipboard
Picks up import statements in module-level docstrings
The following will create a 'dependency' on other_module
'''
This is a description of this module. The preferred way of
accessing this data is through other_module using:
import other_module
<do_things>
'''
<actual_python_code>