Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Ditertoolsmodule.c.h395 PyTypeObject *base_tp = clinic_state()->dropwhile_type; in itertools_dropwhile()
/external/python/cpython3/Modules/
Ditertoolsmodule.c26 PyTypeObject *dropwhile_type; member
4692 Py_VISIT(state->dropwhile_type); in itertoolsmodule_traverse()
4721 Py_CLEAR(state->dropwhile_type); in itertoolsmodule_clear()
4767 ADD_TYPE(mod, state->dropwhile_type, &dropwhile_spec); in itertoolsmodule_exec()
/external/python/cpython3/Tools/c-analyzer/
DTODO609 Modules/itertoolsmodule.c:dropwhile_type static PyTypeObject dropwhile_type