Searched refs:chain_type (Results 1 – 2 of 2) sorted by relevance
1820 static PyTypeObject chain_type; variable1843 if (type == &chain_type && !_PyArg_NoKeywords("chain", kwds)) in chain_new()1986 static PyTypeObject chain_type = { variable3522 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()
1630 static PyTypeObject chain_type; variable1653 if (type == &chain_type && !_PyArg_NoKeywords("chain()", kwds)) in chain_new()1749 static PyTypeObject chain_type = { variable4096 &chain_type, in inititertools()