[Zope] objectIds vs. objectValues vs. objectItems

Peter Bengtsson mail@peterbe.com
Wed, 25 Jul 2001 15:17:45 +0200


Does anybody with profound knowledge of Zope in details know the difference
between:

 - objectIds()

 - objectValues()

 - objectItems()


I only know what they do.
Sometimes I use objectIds() instead of the "richer" objectValues() because I
think that only the Ids will be faster to find for the method. Does that
make sense?

Peter