On 4-9-2013 22:08, dieter wrote:
> Azureaus <lo0...@my.bristol.ac.uk> writes:
>> ...
>> is there a way of finding out / visualising where a particular class is 
>> called/used throughout a program?
> 
> I do not know a simple and reliable way.

Not 100% reliable, but arguably easier than reverting to simple text search 
tools, is
using a Python IDE such as PyCharm. It does a remarkable job most of the time 
to show
you the usages and dependencies of various items in your program. It does this 
by
actually parsing the source and not simply performing a text based search.

Irmen

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to