Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c986 PyObject *ScandirIteratorType; member
2321 Py_CLEAR(state->ScandirIteratorType); in _posix_clear()
2346 Py_VISIT(state->ScandirIteratorType); in _posix_traverse()
14474 PyObject *ScandirIteratorType = get_posix_state(module)->ScandirIteratorType; in os_scandir_impl() local
14475 iterator = PyObject_New(ScandirIterator, (PyTypeObject *)ScandirIteratorType); in os_scandir_impl()
15956 PyObject *ScandirIteratorType = PyType_FromModuleAndSpec(m, &ScandirIteratorType_spec, NULL); in posixmodule_exec() local
15957 if (ScandirIteratorType == NULL) { in posixmodule_exec()
15960 state->ScandirIteratorType = ScandirIteratorType; in posixmodule_exec()
[all...]

Completed in 15 milliseconds