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