blob: ee3b34e623e109367eef097a06d1e4d7fb3bb408 (
plain)
1
2
3
4
5
6
7
8
|
object q_empty
enum QType ['none', 'qnull', 'qnum', 'qstring', 'qdict', 'qlist', 'qbool']
prefix QTYPE
module ident-with-escape.json
object q_obj_fooA-arg
member bar1: str optional=False
command fooA q_obj_fooA-arg -> None
gen=True success_response=True boxed=False
|