Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dsysmodule.c570 static PyTypeObject WindowsVersionType = {0, 0, 0, 0, 0, 0}; variable
604 version = PyStructSequence_New(&WindowsVersionType); in sys_getwindowsversion()
1511 if (WindowsVersionType.tp_name == 0) in _PySys_Init()
1512 PyStructSequence_InitType(&WindowsVersionType, &windows_version_desc); in _PySys_Init()
1514 WindowsVersionType.tp_init = NULL; in _PySys_Init()
1515 WindowsVersionType.tp_new = NULL; in _PySys_Init()