Home
last modified time | relevance | path

Searched refs:_PyCodecInfo_GetIncrementalDecoder (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/
Dcodecs.h143 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
/third_party/python/Python/
Dcodecs.c329 PyObject *_PyCodecInfo_GetIncrementalDecoder(PyObject *codec_info, in _PyCodecInfo_GetIncrementalDecoder() function
/third_party/python/Modules/_io/
Dtextio.c881 self->decoder = _PyCodecInfo_GetIncrementalDecoder(codec_info, errors); in _textiowrapper_set_decoder()