Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dposixmodule.c981 PyObject *ScandirIteratorType; member
14436 PyObject *ScandirIteratorType = get_posix_state(module)->ScandirIteratorType; in os_scandir_impl() local
15918 PyObject *ScandirIteratorType = PyType_FromModuleAndSpec(m, &ScandirIteratorType_spec, NULL); in posixmodule_exec() local