Home
last modified time | relevance | path

Searched refs:PyCodec_IgnoreErrors (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dcodecs.h225 PyAPI_FUNC(PyObject *) PyCodec_IgnoreErrors(PyObject *exc);
/third_party/python/Doc/c-api/
Dcodec.rst110 .. c:function:: PyObject* PyCodec_IgnoreErrors(PyObject *exc)
/third_party/python/Python/
Dcodecs.c675 PyObject *PyCodec_IgnoreErrors(PyObject *exc) in PyCodec_IgnoreErrors() function
1371 return PyCodec_IgnoreErrors(exc); in ignore_errors()
/third_party/python/Doc/data/
Dstable_abi.dat67 function,PyCodec_IgnoreErrors,3.2,
Drefcounts.dat327 PyCodec_IgnoreErrors:PyObject*::+1:
328 PyCodec_IgnoreErrors:PyObject*:exc:0:
/third_party/python/PC/
Dpython3dll.c145 EXPORT_FUNC(PyCodec_IgnoreErrors)
/third_party/python/Misc/
Dstable_abi.txt412 function PyCodec_IgnoreErrors