Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ditertoolsmodule.c848 static PyTypeObject dropwhile_type; variable
857 if (type == &dropwhile_type && !_PyArg_NoKeywords("dropwhile()", kwds)) in dropwhile_new()
938 static PyTypeObject dropwhile_type = { variable
4101 &dropwhile_type, in inititertools()
/external/python/cpython3/Modules/
Ditertoolsmodule.c1066 static PyTypeObject dropwhile_type; variable
1075 if (type == &dropwhile_type && !_PyArg_NoKeywords("dropwhile()", kwds)) in dropwhile_new()
1180 static PyTypeObject dropwhile_type = { variable
4642 &dropwhile_type, in PyInit_itertools()