Lines Matching refs:reply
40 def print_field(reply, *desc): argument
46 return print_field(reply, *zip(reply.keys(), reply.keys()))
55 value = reply.get(field, None)
91 reply = ynl.dump(op_name, { 'header': {} } | extra)
92 if not reply:
95 for msg in reply:
227 reply = dumpit(ynl, args, 'features-get')
228 available = bits_to_dict(reply['hw'])
229 requested = bits_to_dict(reply['wanted']).keys()
230 active = bits_to_dict(reply['active']).keys()
231 never_changed = bits_to_dict(reply['nochange']).keys()
254 reply = dumpit(ynl, args, 'channels-get')
258 print_field(reply,
265 print_field(reply,
274 reply = dumpit(ynl, args, 'channels-get')
279 print_field(reply,
286 print_field(reply,
292 print_field(reply,