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.py126 def print_mode_attrs(ynl, mode, mode_spec, attr_set, consistent_dd_reply=None): argument
130 if 'request' in mode_spec and 'attributes' in mode_spec['request']:
132 print_attr_list(ynl, mode_spec['request']['attributes'], attr_set)
134 if 'reply' in mode_spec and 'attributes' in mode_spec['reply']:
143 print_attr_list(ynl, mode_spec['reply']['attributes'], attr_set)
166 mode_spec = op.yaml['notify']
167 ref_spec = ynl.msgs.get(mode_spec).yaml.get('do')
169 ref_spec = ynl.msgs.get(mode_spec).yaml.get('dump')