Home
last modified time | relevance | path

Searched refs:PyCodec_ReplaceErrors (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dcodecs.h201 PyAPI_FUNC(PyObject *) PyCodec_ReplaceErrors(PyObject *exc);
/external/python/cpython2/Python/
Dcodecs.c652 PyObject *PyCodec_ReplaceErrors(PyObject *exc) in PyCodec_ReplaceErrors() function
922 return PyCodec_ReplaceErrors(exc); in replace_errors()
/external/python/cpython2/Doc/c-api/
Dcodec.rst106 .. c:function:: PyObject* PyCodec_ReplaceErrors(PyObject *exc)
/external/python/cpython2/PC/os2emx/
Dpython27.def877 "PyCodec_ReplaceErrors"