Find out where a class is used throughout a program.

alex23 wuwei23 at gmail.com
Wed Sep 4 20:11:32 EDT 2013


On 5/09/2013 2:32 AM, Azureaus wrote:
> To try and make this question as general as possible - is there a way of finding out / visualising where a particular class is called/used throughout a program?

One option is to produce call graphs of the running code:

http://pycallgraph.slowchop.com/



More information about the Python-list mailing list