Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c1233 static PyStructSequence_Desc flags_desc = { variable
1502 PyStructSequence_InitType(&FlagsType, &flags_desc); in _PySys_Init()
/external/python/cpython3/Python/
Dsysmodule.c2055 static PyStructSequence_Desc flags_desc = { variable
2391 if (PyStructSequence_InitType2(&FlagsType, &flags_desc) < 0) { in _PySys_BeginInit()