Searched refs:PyCodec_IgnoreErrors (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Include/
H A Dcodecs.h198 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc);
/external/python/cpython3/Include/
H A Dcodecs.h217 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc);
/external/python/cpython2/Python/
H A Dcodecs.c627 PyObject *PyCodec_IgnoreErrors(PyObject *exc) function
916 return PyCodec_IgnoreErrors(exc);
/external/python/cpython3/Python/
H A Dcodecs.c681 PyObject *PyCodec_IgnoreErrors(PyObject *exc) function
1387 return PyCodec_IgnoreErrors(exc);

Completed in 500 milliseconds