Home
last modified time | relevance | path

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

/third_party/python/Include/
Dcodecs.h148 PyAPI_FUNC(PyObject *) _PyCodecInfo_GetIncrementalEncoder(
/third_party/python/Python/
Dcodecs.c336 PyObject *_PyCodecInfo_GetIncrementalEncoder(PyObject *codec_info, in _PyCodecInfo_GetIncrementalEncoder() function
/third_party/python/Modules/_io/
Dtextio.c937 self->encoder = _PyCodecInfo_GetIncrementalEncoder(codec_info, errors); in _textiowrapper_set_encoder()