Home
last modified time | relevance | path

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

/linux-6.12.1/tools/net/ynl/lib/
Dynl.py115 type_formats = { variable in NlAttr
136 format = cls.type_formats[attr_type]
576 elif attr['type'] in NlAttr.type_formats or attr.is_auto_scalar:
648 elif attr_spec["sub-type"] in NlAttr.type_formats:
744 elif attr_spec["type"] in NlAttr.type_formats: