[Zope-dev] is an object in a folder
Florent Guillaume
fg at nuxeo.com
Tue Aug 24 09:25:17 EDT 2004
I'd like to add a method like
def hasObject(self, id):
"""Test if an object is in the current object."""
for o in self._objects:
if o['id'] == id:
return 1
return 0
to ObjectManager.
This would bring it in line with BTreeFolder2 (who already has an
hasObject method) and we could then always use the most efficient method
to test if a folder has a given subobject id.
Opinions ?
Florent
--
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 71 59 http://nuxeo.com mailto:fg at nuxeo.com
More information about the Zope-Dev
mailing list