Parsing other languages -> function map

Miki Tebeka miki.tebeka at zoran.com
Tue Jul 20 03:16:39 EDT 2004


Hello Richard,

> Hi - [This is a Python question - bear with me !] I've got quite a
> number of PHP scripts which include many functions which call each
> other. I'm interested in having a means to determine which function
> gets called from which other functions.
> 
> I feel I could do this using Python without too much pain (although
> the output of the raw data will be a bit more tricky) but before I
> started I wondered if anyone here could suggest an existing code base
> which would give me a flying start ? I've had a look in Parnassus but
> there's nothing very obvious there.
pychecker (http://pychecker.sourceforge.net/) has an option to check for
unreachable code (-8).

HTH.
Bye.
--
------------------------------------------------------------------------
Miki Tebeka <miki.tebeka at zoran.com>
http://tebeka.spymac.net
The only difference between children and adults is the price of the toys



More information about the Python-list mailing list