Home
last modified time | relevance | path

Searched refs:_PyExc_UnicodeTranslateError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dexceptions.c1858 static PyTypeObject _PyExc_UnicodeTranslateError = { variable
1870 PyObject *PyExc_UnicodeTranslateError = (PyObject *)&_PyExc_UnicodeTranslateError;
/external/python/cpython3/Objects/
Dexceptions.c2156 static PyTypeObject _PyExc_UnicodeTranslateError = { variable
2168 PyObject *PyExc_UnicodeTranslateError = (PyObject *)&_PyExc_UnicodeTranslateError;