Lines Matching full:reply
50 def print_field(reply, *desc): argument
52 Pretty-print a set of fields from the reply. desc specifies the
55 if not reply:
59 print_field(reply, *zip(reply.keys(), reply.keys()))
69 value = reply.get(field, None)
106 reply = ynl.dump(op_name, { 'header': {} } | extra)
107 if not reply:
110 for msg in reply:
246 reply = dumpit(ynl, args, 'features-get')
247 available = bits_to_dict(reply['hw'])
248 requested = bits_to_dict(reply['wanted']).keys()
249 active = bits_to_dict(reply['active']).keys()
250 never_changed = bits_to_dict(reply['nochange']).keys()
273 reply = dumpit(ynl, args, 'channels-get')
277 print_field(reply,
284 print_field(reply,
293 reply = dumpit(ynl, args, 'channels-get')
298 print_field(reply,
305 print_field(reply,
311 print_field(reply,