Searched refs:ScandirIteratorType (Results 1 – 1 of 1) sorted by relevance
12345 static PyTypeObject ScandirIteratorType = { variable12426 iterator = PyObject_New(ScandirIterator, &ScandirIteratorType); in os_scandir_impl()13517 if (PyType_Ready(&ScandirIteratorType) < 0) in INITFUNC()