[Zope] Re: Count specific objects

Jonothan Farr jfarr@real.com
Thu, 25 May 2000 13:04:10 -0700


> How do I tell the _.len function to count how many objects exists in a
> specific folder?

"_.len(somefolder.objectIds())"

--jfarr