Part of canonical.launchpad.webapp.vocabulary View In Hierarchy
Known subclasses: canonical.launchpad.database.binaryandsourcepackagename.BinaryAndSourcePackageNameIterator, lp.registry.vocabularies.SourcePackageNameIterator, lp.soyuz.model.binarypackagename.BinaryPackageNameIterator
| Method | __iter__ | See CountableIterator | 
| Method | __getitem__ | See CountableIterator | 
| Method | getTermsWithDescriptions | Return SimpleTerms with their titles properly fabricated. | 
Inherited from CountableIterator:
| Method | __init__ | Construct a CountableIterator instance. | 
| Method | count | Return the number of items in the iterator. | 
| Method | __len__ | Synonym for ICountableIterator.count. | 
  
This is a hook method that allows subclasses to implement their own [complex] calculations for what the term's title might be. It takes an iterable set of results based on that searchForTerms of the corresponding vocabulary does.