Home
last modified time | relevance | path

Searched refs:_PyErr_FormatFromCause (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dpyerrors.h273 PyAPI_FUNC(PyObject *) _PyErr_FormatFromCause(
/external/python/cpython3/Objects/
Dcall.c61 _PyErr_FormatFromCause(PyExc_SystemError, in _Py_CheckFunctionResult()
66 _PyErr_FormatFromCause(PyExc_SystemError, in _Py_CheckFunctionResult()
Dgenobject.c259 _PyErr_FormatFromCause(PyExc_RuntimeError, "%s", msg); in gen_send_ex()
269 _PyErr_FormatFromCause(PyExc_RuntimeError, "%s", msg); in gen_send_ex()
Dtypeobject.c7280 _PyErr_FormatFromCause(PyExc_RuntimeError, in set_names()
/external/python/cpython3/Python/
Derrors.c444 _PyErr_FormatFromCause(PyObject *exception, const char *format, ...) in _PyErr_FormatFromCause() function
Dceval.c1727 _PyErr_FormatFromCause( in _PyEval_EvalFrameDefault()
/external/python/cpython3/Modules/
Dzipimport.c965 _PyErr_FormatFromCause(ZipImportError, in read_directory()