Home
last modified time | relevance | path

Searched refs:type_formats (Results 1 – 1 of 1) sorted by relevance

/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py262 type_formats = { variable in NlAttr
283 format_ = cls.type_formats[attr_type]
844 elif isinstance(value, list) and attr.sub_type in NlAttr.type_formats:
849 elif attr['type'] in NlAttr.type_formats or attr.is_auto_scalar:
955 elif attr_spec["sub-type"] in NlAttr.type_formats:
1063 elif attr_spec["type"] in NlAttr.type_formats: