Lines Matching full:reply
39 def print_field(reply, *desc): argument
41 Pretty-print a set of fields from the reply. desc specifies the
45 return print_field(reply, *zip(reply.keys(), reply.keys()))
54 value = reply.get(field, None)
90 reply = ynl.dump(op_name, { 'header': {} } | extra)
91 if not reply:
94 for msg in reply:
223 reply = dumpit(ynl, args, 'features-get')
224 available = bits_to_dict(reply['hw'])
225 requested = bits_to_dict(reply['wanted']).keys()
226 active = bits_to_dict(reply['active']).keys()
227 never_changed = bits_to_dict(reply['nochange']).keys()
250 reply = dumpit(ynl, args, 'channels-get')
254 print_field(reply,
261 print_field(reply,
270 reply = dumpit(ynl, args, 'channels-get')
275 print_field(reply,
282 print_field(reply,
288 print_field(reply,