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

Terry Reedy tjreedy at udel.edu
Thu Apr 27 23:25:57 EDT 2000


As noted already, PyObjects do not have *a* name.
 They do have *an* id (a unique integer),
which is simply retrieved with the id() function.





More information about the Python-list mailing list