Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c992 static PyTypeObject takewhile_type; variable
1001 if (type == &takewhile_type && !_PyArg_NoKeywords("takewhile()", kwds)) in takewhile_new()
1078 static PyTypeObject takewhile_type = { variable
4102 &takewhile_type, in inititertools()
/external/python/cpython3/Modules/
Ditertoolsmodule.c1234 static PyTypeObject takewhile_type; variable
1243 if (type == &takewhile_type && !_PyArg_NoKeywords("takewhile()", kwds)) in takewhile_new()
1344 static PyTypeObject takewhile_type = { variable
4643 &takewhile_type, in PyInit_itertools()