[Tutor] function and module

linda.s samrobertsmith at gmail.com
Fri Dec 8 06:13:42 CET 2006


I am reading a sample code and want to figure out where a function
(for instance, abc) is from.
There are many lines such as
from XXX import *

Is there a way not going through all these imported modules to find
where the abc is from (by the way, the abc function is not in the
current module)?

Thanks,
Linda


More information about the Tutor mailing list