Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcodecs.h26 PyAPI_FUNC(int) PyCodec_Register(
/third_party/python/Doc/c-api/
Dcodec.rst6 .. c:function:: int PyCodec_Register(PyObject *search_function)
/third_party/python/Modules/
D_codecsmodule.c65 if (PyCodec_Register(search_function)) in _codecs_register()
/third_party/python/PC/
Dpython3dll.c155 EXPORT_FUNC(PyCodec_Register)
/third_party/python/Doc/data/
Dstable_abi.dat81 function,PyCodec_Register,3.2,,
Drefcounts.dat277 PyCodec_Register:int:::
278 PyCodec_Register:PyObject*:search_function:+1:
/third_party/python/Python/
Dcodecs.c35 int PyCodec_Register(PyObject *search_function) in PyCodec_Register() function
/third_party/python/Misc/
Dstable_abi.toml512 [function.PyCodec_Register]