Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Derrors.c158 PyException_SetContext(o, NULL); in _PyErr_SetObject()
173 PyException_SetContext(value, exc_value); in _PyErr_SetObject()
602 PyException_SetContext(val2, val); in _PyErr_ChainExceptions()
680 PyException_SetContext(val2, val); in _PyErr_FormatVFromCause()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h52 PyAPI_FUNC(void) PyException_SetContext(PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h52 PyAPI_FUNC(void) PyException_SetContext(PyObject *, PyObject *);
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h52 PyAPI_FUNC(void) PyException_SetContext(PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h52 PyAPI_FUNC(void) PyException_SetContext(PyObject *, PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h52 PyAPI_FUNC(void) PyException_SetContext(PyObject *, PyObject *);
/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c333 PyException_SetContext(self, arg); in BaseException_set_context()
421 PyException_SetContext(PyObject *self, PyObject *context) in PyException_SetContext() function
943 PyException_SetContext(eg, PyException_GetContext(orig)); in exceptiongroup_subset()
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat844 PyException_SetContext:void:::
845 PyException_SetContext:PyObject*:ex:0:
846 PyException_SetContext:PyObject*:ctx:+1:
Dstable_abi.dat272 function,PyException_SetContext,3.2,,
Dpython3.11.abi224 …<elf-symbol name='PyException_SetContext' type='func-type' binding='global-binding' visibility='de…
7970PyException_SetContext' mangled-name='PyException_SetContext' filepath='Objects/exceptions.c' line…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c262 EXPORT_FUNC(PyException_SetContext)
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml808 [function.PyException_SetContext]
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dexceptions.rst684 .. c:function:: void PyException_SetContext(PyObject *ex, PyObject *ctx)