Lines Matching refs:readinto
254 :meth:`~IOBase.readinto` and :meth:`~IOBase.readline`.
294 :class:`RawIOBase` :class:`IOBase` ``readinto`` and Inherited :class:`IOBase` …
296 …` :class:`IOBase` ``detach``, ``read``, Inherited :class:`IOBase` methods, ``readinto``,
487 :meth:`readinto`.
494 .. method:: readinto(b)
521 :meth:`readinto` and :meth:`write` will try (respectively) to read as much
531 implementation that defers to :meth:`readinto`.
578 :meth:`~RawIOBase.readinto`) method. This can be useful if you are
585 .. method:: readinto(b)
602 :meth:`~RawIOBase.readinto`) method. Return the number of bytes read.
652 The :meth:`read` (when called with a positive argument), :meth:`readinto`
736 In :class:`BytesIO`, this is the same as :meth:`~BufferedIOBase.readinto`.