Home
last modified time | relevance | path

Searched defs:PyExc_UnicodeDecodeError (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dexceptions.c1773 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable
/external/python/cpython3/Objects/
Dexceptions.c2102 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable