Searched defs:indexObject (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
H A Ditertoolsmodule.c2263 PyObject* indexObject = PyTuple_GET_ITEM(state, i); local
2264 Py_ssize_t index = PyLong_AsSsize_t(indexObject);
2590 PyObject* indexObject = PyTuple_GET_ITEM(state, i); local
2591 Py_ssize_t index = PyLong_AsSsize_t(indexObject);
2923 PyObject* indexObject = PyTuple_GET_ITEM(state, i); local
2924 Py_ssize_t index = PyLong_AsSsize_t(indexObject);
3305 PyObject* indexObject = PyTuple_GET_ITEM(indices, i); local
3306 Py_ssize_t index = PyLong_AsSsize_t(indexObject);
3318 PyObject* indexObject = PyTuple_GET_ITEM(cycles, i); local
3319 Py_ssize_t index = PyLong_AsSsize_t(indexObject);
[all...]

Completed in 102 milliseconds