Home
last modified time | relevance | path

Searched defs:ScandirIteratorType (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c976 PyObject *ScandirIteratorType; member
14269 PyObject *ScandirIteratorType = get_posix_state(module)->ScandirIteratorType; in os_scandir_impl() local
15730 PyObject *ScandirIteratorType = PyType_FromModuleAndSpec(m, &ScandirIteratorType_spec, NULL); in posixmodule_exec() local