Lines Matching refs:TextIOWrapper
48 from and to :class:`unicode` strings. :class:`TextIOWrapper`, which extends
173 :class:`TextIOBase` (specifically :class:`TextIOWrapper`). When used to open
772 .. class:: TextIOWrapper(buffer, encoding=None, errors=None, newline=None, line_buffering=False)
792 single: universal newlines; io.TextIOWrapper class
814 :class:`TextIOWrapper` provides one attribute in addition to those of
824 An in-memory stream for unicode text. It inherits :class:`TextIOWrapper`.
831 The *newline* argument works like that of :class:`TextIOWrapper`.
838 :class:`TextIOWrapper` and its parents:
902 Also, :meth:`TextIOWrapper.tell` and :meth:`TextIOWrapper.seek` are both
920 :class:`TextIOWrapper` objects are not thread-safe.
933 function will wrap a buffered object inside a :class:`TextIOWrapper`. This