How can I get the name of an object???

Alex cut_me_out at hotmail.com
Wed Apr 26 11:42:03 EDT 2000


An object could be referred to by any number of names:

dd = zz ()
ee = dd

Which name for the object do you wish to know?  ee or dd?

Alex.



More information about the Python-list mailing list