Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/lib/
H A Dynl.py816 if attr_spec.display_hint:
856 if attr.display_hint:
949 elif attr_spec.display_hint:
950 decoded = [ self._formatted_string(x, attr_spec.display_hint)
954 if attr_spec.display_hint:
955 decoded = self._formatted_string(decoded, attr_spec.display_hint)
970 if attr_spec.display_hint:
971 subattr = self._formatted_string(subattr, attr_spec.display_hint)
977 elif attr_spec.display_hint:
978 subattr = self._formatted_string(subattr, attr_spec.display_hint)
[all …]
H A Dnlspec.py190 self.display_hint = yaml.get('display-hint')
274 self.display_hint = yaml.get('display-hint')