Part of canonical.launchpad.webapp.vocabulary View In Hierarchy
Known implementations: canonical.launchpad.webapp.vocabulary.CountableIterator
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. |