blob: 006f723eebc314dfbb671b7edc5d911d021a6d58 (
plain)
1
2
3
4
5
6
7
|
object q_empty
enum QType ['none', 'qnull', 'qnum', 'qstring', 'qdict', 'qlist', 'qbool']
prefix QTYPE
module include-simple.json
include include-simple-sub.json
module include-simple-sub.json
enum Status ['good', 'bad', 'ugly']
|