Home
last modified time | relevance | path

Searched refs:PyMonitoring_FireStopIterationEvent (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/cpython/
Dmonitoring.h243 PyMonitoring_FireStopIterationEvent(PyMonitoringState *state, PyObject *codelike, int32_t offset, P… in PyMonitoring_FireStopIterationEvent() function
/external/python/cpython3/Modules/_testcapi/
Dmonitoring.c429 int res = PyMonitoring_FireStopIterationEvent(state, codelike, offset, value); in fire_event_stop_iteration()
/external/python/cpython3/Doc/c-api/
Dmonitoring.rst124 .. c:function:: int PyMonitoring_FireStopIterationEvent(PyMonitoringState *state, PyObject *codelik…
/external/python/cpython3/Doc/whatsnew/
D3.13.rst1991 * :c:func:`PyMonitoring_FireStopIterationEvent`