when  I run a.py, it uses b.py,c.py.... and a.py uses x.py,y.py....<br>
How could I find all the modules that a.py and all of its imported modules?<br>
Is there any built in functions or any tools to do this?<br>
Thank you~, I really want to know it.<br>