Searched refs:chain_type (Results 1 – 3 of 3) sorted by relevance
1800 static PyTypeObject chain_type; variable1823 if (type == &chain_type && !_PyArg_NoKeywords("chain()", kwds)) in chain_new()1962 static PyTypeObject chain_type = { variable3498 if (PyType_Ready(&chain_type) < 0) in accumulate_reduce()3502 it = PyObject_CallFunction((PyObject *)&chain_type, "(O)O", in accumulate_reduce()4646 &chain_type, in PyInit_itertools()
1644 static PyTypeObject chain_type; variable1667 if (type == &chain_type && !_PyArg_NoKeywords("chain()", kwds)) in chain_new()1759 static PyTypeObject chain_type = { variable4106 &chain_type, in inititertools()
4349 …latform_dl_handle loader_open_layer_lib(const struct loader_instance *inst, const char *chain_type, argument