Home
last modified time | relevance | path

Searched refs:FlagsType (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dsysmodule.c1206 static PyTypeObject FlagsType = {0, 0, 0, 0, 0, 0}; variable
1250 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()