[Zope] Unique object Ids

Tom Cameron tom@mooball.com
Sun, 24 Mar 2002 17:39:11 +1000


When I try to render an object I often get something like '<Model instance
at 02620E00>'

This suggests to me that this object has some kind of unique ID 02620E00
that identifies this particular instance.

Is there any way that I can query an object to find this id? My aim is to
find some way to uniquely identify all objects so that I can find them later
without having to store their entire path.

Tom