Searched refs:_PyCodecInfo_GetIncrementalDecoder (Results 1 – 3 of 3) sorted by relevance
143 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalDecoder(
329 PyObject *_PyCodecInfo_GetIncrementalDecoder(PyObject *codec_info, in _PyCodecInfo_GetIncrementalDecoder() function
881 self->decoder = _PyCodecInfo_GetIncrementalDecoder(codec_info, errors); in _textiowrapper_set_decoder()