Searched refs:attr_space (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/net/ynl/pyynl/lib/ |
| H A D | ynl.py | 336 def __init__(self, msg, offset, attr_space=None): argument 377 if attr_space: 378 self.annotate_extack(attr_space) 380 def annotate_extack(self, attr_space): argument 386 if miss_type in attr_space.attrs_by_val: 387 spec = attr_space.attrs_by_val[miss_type] 639 def __init__(self, attr_space, attrs, outer = None): argument 641 inner_scope = self.SpecValuesPair(attr_space, attrs) 1031 attr_space = self.attr_sets[space] 1032 search_attrs = SpaceAttrs(attr_space, rsp, outer_attrs) [all …]
|