HomeSort by relevance Sort by last modified time
    Searched refs:_io_BytesIO_readinto_impl (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/_io/clinic/
bytesio.c.h 274 _io_BytesIO_readinto_impl(bytesio *self, Py_buffer *buffer);
285 return_value = _io_BytesIO_readinto_impl(self, &buffer);
  /external/python/cpython3/Modules/_io/
bytesio.c 556 _io_BytesIO_readinto_impl(bytesio *self, Py_buffer *buffer)
    [all...]

Completed in 472 milliseconds