[Tutor] how to decypther which module function was imported from when from module import * is used

Michael Schmitt lgwb@home.com
Sun, 27 May 2001 21:53:30 -0500


I am trying to read code that has several line off "from module import *"
and I want to know how as I trying to read though the code how I decipher
which module a function has been imported from when the fully-qualified name
is not used.


Michael Schmitt