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.c355 PyObject *PyCodec_Decoder(const char *encoding) in PyCodec_Decoder() function
513 decoder = PyCodec_Decoder(encoding); in PyCodec_Decode()
/third_party/python/Doc/data/
Dstable_abi.dat64 function,PyCodec_Decoder,3.2,
Drefcounts.dat296 PyCodec_Decoder:PyObject*::+1:
297 PyCodec_Decoder:const char*:encoding::
/third_party/python/PC/
Dpython3dll.c142 EXPORT_FUNC(PyCodec_Decoder)
/third_party/python/Misc/
Dstable_abi.txt406 function PyCodec_Decoder