Part of lp.services.sitesearch View In Hierarchy
| 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. |