Part of canonical.launchpad.database.binaryandsourcepackagename View In Hierarchy
Builds descriptions from source and binary descriptions it can identify based on the names returned when queried.
| Method | getTermsWithDescriptions | Return SimpleTerms with their titles properly fabricated. | 
Inherited from BatchedCountableIterator:
| Method | __iter__ | See CountableIterator | 
| Method | __getitem__ | See CountableIterator | 
Inherited from CountableIterator (via BatchedCountableIterator):
| 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.