Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h274 PyAPI_FUNC(PyObject *) _PyErr_FormatFromCause(
/external/python/cpython3/Objects/
Dgenobject.c245 _PyErr_FormatFromCause(PyExc_RuntimeError, "%s", msg); in gen_send_ex()
277 _PyErr_FormatFromCause(PyExc_RuntimeError, "%s", msg); in gen_send_ex()
Dabstract.c2204 _PyErr_FormatFromCause(PyExc_SystemError, in _Py_CheckFunctionResult()
2209 _PyErr_FormatFromCause(PyExc_SystemError, in _Py_CheckFunctionResult()
Dtypeobject.c7027 _PyErr_FormatFromCause(PyExc_RuntimeError, in set_names()
/external/python/cpython3/Python/
Derrors.c432 _PyErr_FormatFromCause(PyObject *exception, const char *format, ...) in _PyErr_FormatFromCause() function
Dceval.c1907 _PyErr_FormatFromCause( in _PyEval_EvalFrameDefault()
1972 _PyErr_FormatFromCause( in _PyEval_EvalFrameDefault()
/external/python/cpython3/Modules/
Dzipimport.c910 _PyErr_FormatFromCause(ZipImportError, in read_directory()