Lines Matching defs:attr_space
192 def __init__(self, msg, offset, attr_space=None):
233 if attr_space:
234 self.annotate_extack(attr_space)
260 def annotate_extack(self, attr_space):
266 if miss_type in attr_space.attrs_by_val:
267 spec = attr_space.attrs_by_val[miss_type]
445 def __init__(self, attr_space, attrs, outer = None):
447 inner_scope = self.SpecValuesPair(attr_space, attrs)
749 raise Exception(f"Unknown attribute-set '{attr_space}' when decoding '{attr_spec.name}'")
755 attr_space = self.attr_sets[space]
756 search_attrs = SpaceAttrs(attr_space, rsp, outer_attrs)
760 attr_spec = attr_space.attrs_by_val[attr.type]