blob: eade2d5ac6ec8e1c74d20d0ce58be97b65a3402f (
plain)
1
2
3
4
5
6
7
8
9
|
object :empty
object Base
member type: Empty optional=False
enum Empty []
enum QType ['none', 'qnull', 'qint', 'qstring', 'qdict', 'qlist', 'qfloat', 'qbool']
prefix QTYPE
object Union
base Base
tag type
|