Searched refs:takewhile_type (Results 1 – 4 of 4) sorted by relevance
301 if ((type == &takewhile_type) && in itertools_takewhile()
42 static PyTypeObject takewhile_type; variable1550 static PyTypeObject takewhile_type = { variable4851 &takewhile_type, in itertoolsmodule_exec()
661 Modules/itertoolsmodule.c:takewhile_type static PyTypeObject takewhile_type
2311 Modules/itertoolsmodule.c - takewhile_type -