Home
last modified time | relevance | path

Searched refs:PyCodec_RegisterError (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Include/
Dcodecs.h214 PyAPI_FUNC(int) PyCodec_RegisterError(const char *name, PyObject *error);
/third_party/python/Doc/c-api/
Dcodec.rst81 .. c:function:: int PyCodec_RegisterError(const char *name, PyObject *error)
/third_party/python/Python/
Dcodecs.c622 int PyCodec_RegisterError(const char *name, PyObject *error) in PyCodec_RegisterError() function
1522 int res = PyCodec_RegisterError(methods[i].name, func); in _PyCodecRegistry_Init()
/third_party/python/Modules/
D_codecsmodule.c976 if (PyCodec_RegisterError(errors, handler)) in _codecs_register_error_impl()
/third_party/python/PC/
Dpython3dll.c156 EXPORT_FUNC(PyCodec_RegisterError)
/third_party/python/Doc/data/
Dstable_abi.dat82 function,PyCodec_RegisterError,3.2,,
Drefcounts.dat317 PyCodec_RegisterError:int:::
318 PyCodec_RegisterError:const char*:name::
319 PyCodec_RegisterError:PyObject*:error:+1:
/third_party/python/Misc/
Dstable_abi.toml514 [function.PyCodec_RegisterError]