Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpyerrors.h420 PyAPI_FUNC(PyObject *) _PyUnicodeTranslateError_Create(
/external/python/cpython3/Objects/
Dexceptions.c2181 _PyUnicodeTranslateError_Create( in _PyUnicodeTranslateError_Create() function
Dunicodeobject.c8644 *exceptionObject = _PyUnicodeTranslateError_Create( in make_translate_exception()