Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c1206 static PyTypeObject FlagsType = {0, 0, 0, 0, 0, 0}; variable
/external/python/cpython3/Python/
Dsysmodule.c2500 static PyTypeObject FlagsType; variable