Lines Matching refs:PyObject_GetIter
43 gbo->it = PyObject_GetIter(it); in groupby_new()
522 it = PyObject_GetIter(iterable); in tee_fromiterable()
643 it = PyObject_GetIter(iterable); in tee()
699 it = PyObject_GetIter(iterable); in cycle_new()
764 it = PyObject_GetIter(lz->saved); in cycle_next()
850 it = PyObject_GetIter(seq); in dropwhile_new()
994 it = PyObject_GetIter(seq); in takewhile_new()
1184 it = PyObject_GetIter(seq); in islice_new()
1336 it = PyObject_GetIter(seq); in starmap_new()
1476 it = PyObject_GetIter(PyTuple_GET_ITEM(args, i)); in imap_new()
1656 source = PyObject_GetIter(args); in chain_new()
1668 source = PyObject_GetIter(arg); in chain_new_from_iterable()
1707 lz->active = PyObject_GetIter(iterable); in chain_next()
2817 data = PyObject_GetIter(seq1); in compress_new()
2820 selectors = PyObject_GetIter(seq2); in compress_new()
2967 it = PyObject_GetIter(seq); in ifilter_new()
3112 it = PyObject_GetIter(seq); in ifilterfalse_new()
3515 PyObject *it = PyObject_GetIter(item); in izip_new()
3857 PyObject *it = PyObject_GetIter(item); in izip_longest_new()