Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpyerrors.h194 PyAPI_FUNC(PyObject *) _PyUnicodeTranslateError_Create(
/third_party/python/Objects/
Dexceptions.c2341 _PyUnicodeTranslateError_Create( in _PyUnicodeTranslateError_Create() function
Dunicodeobject.c9112 *exceptionObject = _PyUnicodeTranslateError_Create( in make_translate_exception()