Home | History | Annotate | Download | only in test

Lines Matching refs:textio

1809                         textio = self.TextIOWrapper(bufio, newline=newline,

1814 c2 = textio.read(2)
1818 got_lines.append(c2 + textio.readline())
1820 got_lines = list(textio)