python question!!
Mike Kent
mrmakent at cox.net
Thu Nov 22 20:33:42 EST 2007
On Nov 22, 8:23 pm, "bruce" <bedoug... at earthlink.net> wrote:
> is there a function/feature/etc.. that i can run on "foo.py" that would walk
> through the entire list of files that make up foo.py, so i could see the
> list of *.py files that are required to run "foo.py".
There's this:
http://www.tarind.com/depgraph.html
It generates a nice chart showing the 'tree' of imports for your
program. I found it valuable for helping me resolve a circular import
problem.
More information about the Python-list
mailing list