pydepgraph icon indicating copy to clipboard operation
pydepgraph copied to clipboard

Picks up import statements in module-level docstrings

Open sdfgeoff opened this issue 7 years ago • 0 comments

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>

sdfgeoff avatar Jun 12 '17 12:06 sdfgeoff