Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dpyerrors.h71 } PyStopIterationObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dpyerrors.h71 } PyStopIterationObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dpyerrors.h71 } PyStopIterationObject; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dpyerrors.h71 } PyStopIterationObject; typedef
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dpyerrors.h71 } PyStopIterationObject; typedef
/aosp_15_r20/external/python/cpython3/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()