Part of lp.services.webapp.vocabulary View In Hierarchy
Method | count | Return the number of items in the iterator. |
Method | __iter__ | Iterate over items. |
Method | __getitem__ | Return a slice or item of the collection. |
Method | __len__ | Synonym for ICountableIterator.count . |
Method | __getslice__ | Return a slice of the collection. |