Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcodecs.h166 PyAPI_FUNC(PyObject *) PyCodec_Encoder(
/third_party/python/Doc/c-api/
Dcodec.rst53 .. c:function:: PyObject* PyCodec_Encoder(const char *encoding)
/third_party/python/Python/
Dcodecs.c350 PyObject *PyCodec_Encoder(const char *encoding) in PyCodec_Encoder() function
500 encoder = PyCodec_Encoder(encoding); in PyCodec_Encode()
/third_party/python/Doc/data/
Dstable_abi.dat66 function,PyCodec_Encoder,3.2,
Drefcounts.dat293 PyCodec_Encoder:PyObject*::+1:
294 PyCodec_Encoder:const char*:encoding::
/third_party/python/PC/
Dpython3dll.c144 EXPORT_FUNC(PyCodec_Encoder)
/third_party/python/Misc/
Dstable_abi.txt410 function PyCodec_Encoder