Lines Matching refs:readinto
166 :meth:`~IOBase.readinto` and :meth:`~IOBase.readline`.
206 :class:`RawIOBase` :class:`IOBase` ``readinto`` and Inherited :class:`IOBase` …
208 …` :class:`IOBase` ``detach``, ``read``, Inherited :class:`IOBase` methods, ``readinto``,
229 Even though :class:`IOBase` does not declare :meth:`read`, :meth:`readinto`,
238 :meth:`~RawIOBase.readinto`, a writable object such as :class:`bytearray`
397 :meth:`readinto`.
404 .. method:: readinto(b)
430 :meth:`readinto` and :meth:`write` will try (respectively) to read as much
440 implementation that defers to :meth:`readinto`.
487 :meth:`~RawIOBase.readinto`) method. This can be useful if you are
494 .. method:: readinto(b)
510 :meth:`~RawIOBase.readinto`) method. Return the number of bytes read.
561 The :meth:`read` (when called with a positive argument), :meth:`readinto`
646 In :class:`BytesIO`, this is the same as :meth:`~BufferedIOBase.readinto`.
760 interface to stream I/O. There is no :meth:`readinto` method because