Home
last modified time | relevance | path

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

/linux/tools/net/ynl/pyynl/
H A Dcli.py100 def print_mode_attrs(ynl, mode, mode_spec, attr_set, consistent_dd_reply=None): argument
104 if 'request' in mode_spec and 'attributes' in mode_spec['request']:
106 print_attr_list(ynl, mode_spec['request']['attributes'], attr_set)
108 if 'reply' in mode_spec and 'attributes' in mode_spec['reply']:
117 print_attr_list(ynl, mode_spec['reply']['attributes'], attr_set)
140 mode_spec = op.yaml['notify']
141 ref_spec = ynl.msgs.get(mode_spec).yaml.get('do')
143 ref_spec = ynl.msgs.get(mode_spec).yaml.get('dump')