Searched refs:NlAttr (Results 1 – 1 of 1) sorted by relevance
260 class NlAttr: class319 attr = NlAttr(msg, offset)862 elif isinstance(value, list) and attr.sub_type in NlAttr.type_formats:863 format_ = NlAttr.get_format(attr.sub_type)867 elif attr['type'] in NlAttr.type_formats or attr.is_auto_scalar:873 format_ = NlAttr.get_format(attr_type, attr.byte_order)962 item = NlAttr(attr.raw, offset)973 elif attr_spec["sub-type"] in NlAttr.type_formats:988 value = NlAttr(value.raw, 0)1081 elif attr_spec["type"] in NlAttr.type_formats:[all …]