Lines Matching refs:readinto
188 :meth:`~IOBase.readinto` and :meth:`~IOBase.readline`.
228 :class:`RawIOBase` :class:`IOBase` ``readinto`` and Inherited :class:`IOBase` …
230 …` :class:`IOBase` ``detach``, ``read``, Inherited :class:`IOBase` methods, ``readinto``,
418 :meth:`readinto`.
425 .. method:: readinto(b)
452 :meth:`readinto` and :meth:`write` will try (respectively) to read as much
462 implementation that defers to :meth:`readinto`.
509 :meth:`~RawIOBase.readinto`) method. This can be useful if you are
516 .. method:: readinto(b)
533 :meth:`~RawIOBase.readinto`) method. Return the number of bytes read.
583 The :meth:`read` (when called with a positive argument), :meth:`readinto`
667 In :class:`BytesIO`, this is the same as :meth:`~BufferedIOBase.readinto`.