Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c12345 static PyTypeObject ScandirIteratorType = { variable
12426 iterator = PyObject_New(ScandirIterator, &ScandirIteratorType); in os_scandir_impl()
13517 if (PyType_Ready(&ScandirIteratorType) < 0) in INITFUNC()