Part of canonical.launchpad.utilities.searchservice View In Hierarchy
Implements interfaces: canonical.launchpad.interfaces.searchservice.ISearchResults
Method | __init__ | initialize a PageMatches. |
Method | __len__ | See ISearchResults . |
Method | __getitem__ | See ISearchResults . |
Method | __iter__ | See ISearchResults . |
Parameters | matches | A list of PageMatch objects. |
start | The index of the first item in the collection relative to the total number of items. | |
total | The total number of items that matched a search. |