Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Ditertoolsmodule.c1820 static PyTypeObject chain_type; variable
1843 if (type == &chain_type && !_PyArg_NoKeywords("chain", kwds)) in chain_new()
1986 static PyTypeObject chain_type = { variable
3522 if (PyType_Ready(&chain_type) < 0) in accumulate_reduce()
3526 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()
4670 &chain_type, in PyInit_itertools()
/external/python/cpython2/Modules/
Ditertoolsmodule.c1630 static PyTypeObject chain_type; variable
1653 if (type == &chain_type && !_PyArg_NoKeywords("chain()", kwds)) in chain_new()
1749 static PyTypeObject chain_type = { variable
4096 &chain_type, in inititertools()