Searched refs:PyStopIterationObject (Results 1 – 7 of 7) sorted by relevance
71 } PyStopIterationObject; typedef
564 {"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()
659 value = ((PyStopIterationObject *)ev)->value; in _PyGen_FetchStopIterationValue()679 value = ((PyStopIterationObject *)ev)->value; in _PyGen_FetchStopIterationValue()