Lines Matching refs:reply
42 def print_field(reply, *desc):
44 Pretty-print a set of fields from the reply. desc specifies the
48 return print_field(reply, *zip(reply.keys(), reply.keys()))
57 value = reply.get(field, None)
93 reply = ynl.dump(op_name, { 'header': {} } | extra)
94 if not reply:
97 for msg in reply:
229 reply = dumpit(ynl, args, 'features-get')
230 available = bits_to_dict(reply['hw'])
231 requested = bits_to_dict(reply['wanted']).keys()
232 active = bits_to_dict(reply['active']).keys()
233 never_changed = bits_to_dict(reply['nochange']).keys()
256 reply = dumpit(ynl, args, 'channels-get')
260 print_field(reply,
267 print_field(reply,
276 reply = dumpit(ynl, args, 'channels-get')
281 print_field(reply,
288 print_field(reply,
294 print_field(reply,