Home
last modified time | relevance | path

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

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