Home
last modified time | relevance | path

Searched refs:PyException_SetContext (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Python/
Derrors.c115 PyException_SetContext(o, NULL); in PyErr_SetObject()
120 PyException_SetContext(value, exc_value); in PyErr_SetObject()
396 PyException_SetContext(val2, val); in _PyErr_ChainExceptions()
425 PyException_SetContext(val2, val); in _PyErr_FormatVFromCause()
/external/python/cpython3/Include/
Dpyerrors.h128 PyAPI_FUNC(void) PyException_SetContext(PyObject *, PyObject *);
/external/python/cpython3/PC/
Dpython3.def256 PyException_SetContext=python36.PyException_SetContext
/external/python/cpython3/Objects/
Dexceptions.c261 PyException_SetContext(self, arg); in BaseException_set_context()
342 PyException_SetContext(PyObject *self, PyObject *context) in PyException_SetContext() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst582 .. c:function:: void PyException_SetContext(PyObject *ex, PyObject *ctx)