Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dtextio.c960 _textiowrapper_fix_encoder_state(textio *self) in _textiowrapper_fix_encoder_state() function
1263 if (_textiowrapper_fix_encoder_state(self) < 0) { in _io_TextIOWrapper___init___impl()
1338 return _textiowrapper_fix_encoder_state(self); in textiowrapper_change_encoding()