Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Derrors.c165 PyException_SetContext(o, NULL); in _PyErr_SetObject()
180 PyException_SetContext(value, exc_value); in _PyErr_SetObject()
539 PyException_SetContext(val2, val); in _PyErr_ChainExceptions()
625 PyException_SetContext(val2, val); in _PyErr_FormatVFromCause()
/external/python/cpython3/Include/
Dpyerrors.h48 PyAPI_FUNC(void) PyException_SetContext(PyObject *, PyObject *);
/external/python/cpython3/Doc/data/
Dstable_abi.dat261 function,PyException_SetContext,3.2,
Drefcounts.dat844 PyException_SetContext:void:::
845 PyException_SetContext:PyObject*:ex:0:
846 PyException_SetContext:PyObject*:ctx:+1:
Dpython3.10.abi220 …<elf-symbol name='PyException_SetContext' type='func-type' binding='global-binding' visibility='de…
7907PyException_SetContext' mangled-name='PyException_SetContext' filepath='Objects/exceptions.c' line…
15196 …<function-decl name='PyException_SetContext' mangled-name='PyException_SetContext' filepath='./Inc…
/external/python/cpython3/PC/
Dpython3dll.c256 EXPORT_FUNC(PyException_SetContext)
/external/python/cpython3/Objects/
Dexceptions.c266 PyException_SetContext(self, arg); in BaseException_set_context()
362 PyException_SetContext(PyObject *self, PyObject *context) in PyException_SetContext() function
/external/python/cpython3/Misc/
Dstable_abi.txt716 function PyException_SetContext
/external/python/cpython3/Modules/
D_asynciomodule.c1371 PyException_SetContext(exc, exc_state->exc_value); in _asyncio_Future__make_cancelled_error_impl()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst643 .. c:function:: void PyException_SetContext(PyObject *ex, PyObject *ctx)