[Zope] Re: How to get the owner of an object?

Maik Jablonski maik.jablonski@uni-bielefeld.de
Tue, 10 Sep 2002 18:56:56 +0200


Borislav wrote:
> I was unable to find the method to get the owner of an object through 
> the Zope APIs. Any info will be appreciated.
> 
> --Borislav

maybe you look for owner_info...

.owner_info()['id']

this will give you the id of the owner of an object.

cheers, maik