Home
last modified time | relevance | path

Searched refs:_PyErr_FormatFromCauseTstate (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_pyerrors.h79 PyAPI_FUNC(PyObject *) _PyErr_FormatFromCauseTstate(
/third_party/python/Objects/
Dcall.c61 _PyErr_FormatFromCauseTstate( in _Py_CheckFunctionResult()
66 _PyErr_FormatFromCauseTstate( in _Py_CheckFunctionResult()
/third_party/python/Python/
Derrors.c632 _PyErr_FormatFromCauseTstate(PyThreadState *tstate, PyObject *exception, in _PyErr_FormatFromCauseTstate() function