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