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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to