Re: [Zope] get object's objectManager from python script
17 Aug
2001
17 Aug
'01
6:20 p.m.
Lee Harr wrote:
How can I get the folder that an object is in from a python script?
Lee Harr missive@hotmail.com
object.aq_parent
or
object.getParentNode()
Thank you. That helped a lot. I was really surprised when a search for 'parent' in the Help browser turned up nothing appropriate. I was even more surprised just now when a search for 'aq_parent' turned up nothing _at_all_! _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
8999
Age (days ago)
8999
Last active (days ago)
0 comments
1 participants
participants (1)
-
Lee Harr