Stringify object reference?
Jeff Epler
jepler at unpythonic.net
Fri Oct 11 12:35:19 EDT 2002
More information about the Python-list mailing list
Fri Oct 11 12:35:19 EDT 2002
- Previous message (by thread): Stringify object reference?
- Next message (by thread): Stringify object reference?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>>> o <object object at 0x400ac020> >>> id(o) 1074446368 >>> hex(id(o)) '0x400ac020' Jeff
- Previous message (by thread): Stringify object reference?
- Next message (by thread): Stringify object reference?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list