Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
H A Ditertoolsmodule.c.h307 if ((type == &takewhile_type || in itertools_takewhile()
308 type->tp_init == takewhile_type.tp_init) && in itertools_takewhile()
/third_party/python/Modules/
H A Ditertoolsmodule.c21 class itertools.takewhile "takewhileobject *" "&takewhile_type"
41 static PyTypeObject takewhile_type; variable
1547 static PyTypeObject takewhile_type = { variable
4849 &takewhile_type, in itertoolsmodule_exec()

Completed in 13 milliseconds