Lines Matching refs:TextIOBase
68 :class:`TextIOBase`.
273 The :class:`TextIOBase` ABC extends :class:`IOBase`. It deals with
275 from strings. :class:`TextIOWrapper`, which extends :class:`TextIOBase`, is a buffered text
298 :class:`TextIOBase` :class:`IOBase` ``detach``, ``read``, Inherited :class:`IOBase` …
852 .. class:: TextIOBase
858 :class:`TextIOBase` provides or overrides these data attributes and
879 :class:`TextIOBase` deals with. This is not part of the
880 :class:`TextIOBase` API and may not exist in some implementations.
884 Separate the underlying binary buffer from the :class:`TextIOBase` and
887 After the underlying buffer has been detached, the :class:`TextIOBase` is
890 Some :class:`TextIOBase` implementations, like :class:`StringIO`, may not
916 :meth:`TextIOBase.tell`, or zero. Any other *offset* value
946 :class:`TextIOBase`.
1008 addition to those from :class:`TextIOBase` and :class:`IOBase`:
1044 :class:`TextIOBase`.
1051 :meth:`~TextIOBase.write`. The stream is positioned at the start of
1059 :class:`TextIOBase` and :class:`IOBase`:
1064 Newlines are decoded as if by :meth:`~TextIOBase.read`, although