Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/_io/clinic/
Dbytesio.c.h312 _io_BytesIO_readinto_impl(bytesio *self, Py_buffer *buffer);
329 return_value = _io_BytesIO_readinto_impl(self, &buffer); in _io_BytesIO_readinto()
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dbytesio.c564 _io_BytesIO_readinto_impl(bytesio *self, Py_buffer *buffer) in _io_BytesIO_readinto_impl() function