blob: 285d0522577dff5815efb64e3ee0768d279a2b55 (
plain)
1
2
3
4
5
6
7
8
9
|
enum QType ['none', 'qnull', 'qint', 'qstring', 'qdict', 'qlist', 'qfloat', 'qbool']
prefix QTYPE
command eins None -> None
gen=True success_response=True boxed=False
object q_empty
command zwei None -> None
gen=True success_response=True boxed=False
doc symbol=eins expr=('command', 'eins')
doc symbol=zwei expr=('command', 'zwei')
|