Home
last modified time | relevance | path

Searched refs:PyStopIterationObject (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpyerrors.h71 } PyStopIterationObject; typedef
/third_party/python/Objects/
Dexceptions.c564 {"value", T_OBJECT, offsetof(PyStopIterationObject, value), 0,
570 StopIteration_init(PyStopIterationObject *self, PyObject *args, PyObject *kwds) in StopIteration_init()
588 StopIteration_clear(PyStopIterationObject *self) in StopIteration_clear()
595 StopIteration_dealloc(PyStopIterationObject *self) in StopIteration_dealloc()
603 StopIteration_traverse(PyStopIterationObject *self, visitproc visit, void *arg) in StopIteration_traverse()
Dgenobject.c659 value = ((PyStopIterationObject *)ev)->value; in _PyGen_FetchStopIterationValue()
679 value = ((PyStopIterationObject *)ev)->value; in _PyGen_FetchStopIterationValue()