Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h348 PyAPI_FUNC(PyObject *) _PyErr_TrySetFromCause(
/external/python/cpython3/Python/
Dcodecs.c402 _PyErr_TrySetFromCause("%s with '%s' codec failed", in wrap_codec_error()
/external/python/cpython3/Objects/
Dexceptions.c2711 _PyErr_TrySetFromCause(const char *format, ...) in _PyErr_TrySetFromCause() function