Object Reference?

Anthony Baxter anthonybaxter at gmail.com
Fri Aug 6 01:46:18 EDT 2004


On Fri, 06 Aug 2004 05:39:51 GMT, Chris S. <chrisks at nospamudel.edu> wrote:
> Naturally, I could just recursively parse all the data comparing every
> element to every previously listed object, but is there a less obtrusive
> method? Python figures out when to delete objects based on the remaining
> references to an object. Is there a way to access this information to
> automatically lookup these references? Any help is greatly appreciated.

Use the "id()" of the objects?



More information about the Python-list mailing list