Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcodecs.h172 PyAPI_FUNC(PyObject *) PyCodec_Decoder(
/third_party/python/Doc/c-api/
Dcodec.rst57 .. c:function:: PyObject* PyCodec_Decoder(const char *encoding)
/third_party/python/Python/
Dcodecs.c356 PyObject *PyCodec_Decoder(const char *encoding) in PyCodec_Decoder() function
514 decoder = PyCodec_Decoder(encoding); in PyCodec_Decode()
/third_party/python/PC/
Dpython3dll.c146 EXPORT_FUNC(PyCodec_Decoder)
/third_party/python/Doc/data/
Dstable_abi.dat72 function,PyCodec_Decoder,3.2,,
Drefcounts.dat296 PyCodec_Decoder:PyObject*::+1:
297 PyCodec_Decoder:const char*:encoding::
/third_party/python/Misc/
Dstable_abi.toml496 [function.PyCodec_Decoder]