Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c129 PyException_SetContext(o, NULL); in PyErr_SetObject()
134 PyException_SetContext(value, exc_value); in PyErr_SetObject()
408 PyException_SetContext(val2, val); in _PyErr_ChainExceptions()
437 PyException_SetContext(val2, val); in _PyErr_FormatVFromCause()
/external/python/cpython3/Include/
Dpyerrors.h129 PyAPI_FUNC(void) PyException_SetContext(PyObject *, PyObject *);
/external/python/cpython3/PC/
Dpython3.def255 PyException_SetContext=python37.PyException_SetContext
/external/python/cpython3/Doc/data/
Drefcounts.dat816 PyException_SetContext:void:::
817 PyException_SetContext:PyObject*:ex:0:
818 PyException_SetContext:PyObject*:ctx:+1:
/external/python/cpython3/Objects/
Dexceptions.c261 PyException_SetContext(self, arg); in BaseException_set_context()
344 PyException_SetContext(PyObject *self, PyObject *context) in PyException_SetContext() function
/external/python/cpython3/Doc/c-api/
Dexceptions.rst591 .. c:function:: void PyException_SetContext(PyObject *ex, PyObject *ctx)