Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c13959 static PyType_Spec ScandirIteratorType_spec = { variable
15433 PyObject *ScandirIteratorType = PyType_FromModuleAndSpec(m, &ScandirIteratorType_spec, NULL); in posixmodule_exec()