Searched refs:PyCallIter_New (Results 1 – 9 of 9) sorted by relevance
37 Type object for iterator objects returned by :c:func:`PyCallIter_New` and the47 .. c:function:: PyObject* PyCallIter_New(PyObject *callable, PyObject *sentinel)
21 PyAPI_FUNC(PyObject *) PyCallIter_New(PyObject *, PyObject *);
181 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New() function
45 function,PyCallIter_New,3.2,
224 PyCallIter_New:PyObject*::+1:225 PyCallIter_New:PyObject*:callable:+1:226 PyCallIter_New:PyObject*:sentinel:+1:
121 EXPORT_FUNC(PyCallIter_New)
370 function PyCallIter_New
1588 return PyCallIter_New(v, sentinel); in builtin_iter()
909 iterator = PyCallIter_New(search, Py_None); in _sre_SRE_Pattern_finditer_impl()