Searched refs:FlagsType (Results 1 – 1 of 1) sorted by relevance
1206 static PyTypeObject FlagsType = {0, 0, 0, 0, 0, 0}; variable1250 seq = PyStructSequence_New(&FlagsType); in make_flags()1501 if (FlagsType.tp_name == 0) in _PySys_Init()1502 PyStructSequence_InitType(&FlagsType, &flags_desc); in _PySys_Init()1505 FlagsType.tp_init = NULL; in _PySys_Init()1506 FlagsType.tp_new = NULL; in _PySys_Init()