Home
last modified time | relevance | path

Searched refs:PyUnicodeTranslateError_SetReason (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dpyerrors.h305 PyAPI_FUNC(int) PyUnicodeTranslateError_SetReason(
/third_party/python/Doc/data/
Dstable_abi.dat676 function,PyUnicodeTranslateError_SetReason,3.2,
/third_party/python/PC/
Dpython3dll.c710 EXPORT_FUNC(PyUnicodeTranslateError_SetReason)
/third_party/python/Misc/
Dstable_abi.txt1342 function PyUnicodeTranslateError_SetReason
/third_party/python/Objects/
Dexceptions.c1972 PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason) in PyUnicodeTranslateError_SetReason() function
Dunicodeobject.c9120 if (PyUnicodeTranslateError_SetReason(*exceptionObject, reason)) in make_translate_exception()
/third_party/python/Doc/c-api/
Dexceptions.rst748 int PyUnicodeTranslateError_SetReason(PyObject *exc, const char *reason)
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch451 @@ -308,9 +308,9 @@ PyAPI_FUNC(int) PyUnicodeTranslateError_SetReason(