Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/clinic/
Dtextio.c.h1091 _io_TextIOWrapper_flush_impl(textio *self);
1099 return_value = _io_TextIOWrapper_flush_impl(self); in _io_TextIOWrapper_flush()
/external/python/cpython3/Modules/_io/
Dtextio.c3099 _io_TextIOWrapper_flush_impl(textio *self) in _io_TextIOWrapper_flush_impl() function