Part of bzrlib.rules View In Hierarchy
Known subclasses: bzrlib.rules._IniBasedRulesSearcher, bzrlib.rules._StackedRulesSearcher
| Method | get_items | Return the preferences for a path as name,value tuples. |
| Method | get_selected_items | Return selected preferences for a path as name,value tuples. |
| Method | get_single_value | Get a single preference for a single file. |
| Parameters | path | tree relative path |
| Returns | () if no rule matched, otherwise a sequence of name,value tuples. | |
| Parameters | path | tree relative path |
| names | the list of preferences to lookup | |
| Returns | () if no rule matched, otherwise a sequence of name,value tuples. The sequence is the same length as names, tuple order matches the order in names, and undefined preferences are given the value None. | |