Searched defs:StatResultType (Results 1 – 3 of 3) sorted by relevance
177 static PyTypeObject StatResultType; variable
980 PyObject *StatResultType; member2395 PyObject *StatResultType = get_posix_state(module)->StatResultType; in _pystat_fromstructstat() local15680 PyObject *StatResultType = (PyObject *)PyStructSequence_NewType(&stat_result_desc); in posixmodule_exec() local
1400 static PyTypeObject StatResultType; variable