[Zope] How to get the owner of an object?
   
    Jerome Alet
     
    alet@librelogiciel.com
       
    Tue, 10 Sep 2002 22:47:11 +0200
    
    
  
On Tue, Sep 10, 2002 at 02:36:39PM -0500, Borislav wrote:
> 
> This solves the problem. Thanks.
de nada
> Just curious, where is 'owner_info' documented? I did a search in the 
> Zope online help and found no matches.
When something isn't documented, just try to read the code. Most
is understandable.
do a recursive grep on zope/lib/python for "owner", ignoring case,
then look inside the rported files
bye,
Jerome Alet