Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_codeccallbacks.py709 surrogatepass_errors = codecs.lookup_error('surrogatepass')
713 surrogatepass_errors,
719 surrogatepass_errors,
725 surrogatepass_errors,
733 surrogatepass_errors,
738 surrogatepass_errors,
745 surrogatepass_errors,
768 surrogatepass_errors(
774 surrogatepass_errors(
/external/python/cpython3/Python/
Dcodecs.c1401 static PyObject *surrogatepass_errors(PyObject *self, PyObject *exc) in surrogatepass_errors() function
1485 surrogatepass_errors, in _PyCodecRegistry_Init()