Searched refs:PyCodec_ReplaceErrors (Results 1 – 4 of 4) sorted by relevance
201 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc);
652 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() function922 return PyCodec_ReplaceErrors(exc); in replace_errors()
106 .. c:function:: PyObject* PyCodec_ReplaceErrors(PyObject *exc)
877 "PyCodec_ReplaceErrors"