Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbytesio.c.h69 _io_BytesIO_flush_impl(bytesio *self);
74 return _io_BytesIO_flush_impl(self); in _io_BytesIO_flush()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbytesio.c301 _io_BytesIO_flush_impl(bytesio *self) in _io_BytesIO_flush_impl() function