call tree tool?

Dan Upton upton at virginia.edu
Thu May 15 17:26:19 EDT 2008


On Thu, May 15, 2008 at 5:19 PM, jay graves <jaywgraves at gmail.com> wrote:
> On May 15, 3:47 pm, m... at pixar.com wrote:
>> I'm cleaning up some old code, and want to see what orphan
>> functions might be sitting around.
>>
>> Is there a static call tree analyzer for python?
>
> How about
> http://pycallgraph.slowchop.com/
>
> ...
> Jay Graves
> --
> http://mail.python.org/mailman/listinfo/python-list
>

Have you checked to see if PyChecker or pylint can help you?
Apparently they can find unused variables at least, I don't know
whether they do functions or not.



More information about the Python-list mailing list