Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h136 PyAPI_FUNC(PyObject *) _PyErr_TrySetFromCause(
/third_party/python/Python/
Dcodecs.c398 _PyErr_TrySetFromCause("%s with '%s' codec failed", in wrap_codec_error()
/third_party/python/Objects/
Dexceptions.c2939 _PyErr_TrySetFromCause(const char *format, ...) in _PyErr_TrySetFromCause() function