On Sunday 05 November 2006 13:58, Gary Poster wrote:
> On Nov 5, 2006, at 1:12 PM, Peter Bengtsson wrote:
> > In Zope2 every object has an 'id' which meant that you can use  
> > someobject.getId() to find out what name the object is stored under  
> > in its container.
> > Is there an equivalent in zope3?
>
> __name__

This is officially an implementation detail; zope.traversing.api.getName() is 
the API call.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to