Lines Matching refs:TextIOBase
46 Another :class:`IOBase` subclass, :class:`TextIOBase`, deals with
173 :class:`TextIOBase` (specifically :class:`TextIOWrapper`). When used to open
682 .. class:: TextIOBase
689 :class:`TextIOBase` provides or overrides these data attributes and
710 :class:`TextIOBase` deals with. This is not part of the
711 :class:`TextIOBase` API and may not exist on some implementations.
715 Separate the underlying binary buffer from the :class:`TextIOBase` and
718 After the underlying buffer has been detached, the :class:`TextIOBase` is
721 Some :class:`TextIOBase` implementations, like :class:`~io.StringIO`, may not
747 :meth:`TextIOBase.tell`, or zero. Any other *offset* value
775 It inherits :class:`TextIOBase`.
815 :class:`TextIOBase` and its parents:
828 :meth:`~TextIOBase.write`. The stream is positioned at the start of
844 called. Newlines are decoded as if by :meth:`~TextIOBase.read`,