Part of bzrlib.graph View In Hierarchy
| Method | __init__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | get_recipe | Return a recipe that can be used to replay this search. |
| Method | get_network_struct | Return a tuple that can be transmitted via the HPSS protocol. |
| Method | get_keys | Return the keys found in this search. |
| Method | is_empty | Return false if the search lists 1 or more revisions. |
| Method | refine | Create a new search by refining this search. |
The recipe allows reconstruction of the same results at a later date.
| Returns | A tuple of (search_kind_str, *details). The details vary by
kind of search result. | |
| Parameters | seen | Revisions that have been satisfied. |
| referenced | Revision references observed while satisfying some of this search. | |
| Returns | A search result. | |