Program to backtrack function calls in source code?

forum at anton.e4ward.com forum at anton.e4ward.com
Sat Sep 2 16:53:21 EDT 2006


Hi,

many mistakes in programming arise when one changes the code and
forgets to adjustment somewhere where it is used. Is there a program
that can extract all place in the source code where a variable is
accessed or a function called?
For example in the simplest case I want to change the name of a
function everywhere in the source...

Anton




More information about the Python-list mailing list