qimpy.interfaces.xsf.TextIO

class TextIO

Bases: IO[str]

Typed version of the return of open() in text mode.

__init__()

Methods

__init__

close

fileno

flush

isatty

read

readable

readline

readlines

seek

seekable

tell

truncate

writable

write

writelines

Attributes

buffer

closed

encoding

errors

line_buffering

mode

name

newlines