Lines Matching refs:TextIOBase
68 :class:`TextIOBase`.
185 The :class:`TextIOBase` ABC, another subclass of :class:`IOBase`, deals with
210 :class:`TextIOBase` :class:`IOBase` ``detach``, ``read``, Inherited :class:`IOBase` …
757 .. class:: TextIOBase
764 :class:`TextIOBase` provides or overrides these data attributes and
785 :class:`TextIOBase` deals with. This is not part of the
786 :class:`TextIOBase` API and may not exist in some implementations.
790 Separate the underlying binary buffer from the :class:`TextIOBase` and
793 After the underlying buffer has been detached, the :class:`TextIOBase` is
796 Some :class:`TextIOBase` implementations, like :class:`StringIO`, may not
822 :meth:`TextIOBase.tell`, or zero. Any other *offset* value
851 It inherits :class:`TextIOBase`.
908 :class:`TextIOBase` and its parents:
948 :meth:`~TextIOBase.write`. The stream is positioned at the start of
958 :class:`TextIOBase` and its parents:
963 Newlines are decoded as if by :meth:`~TextIOBase.read`, although