Home | History | Annotate | Download | only in test

Lines Matching refs:textio

2191                         textio = self.TextIOWrapper(bufio, newline=newline,
2196 c2 = textio.read(2)
2200 got_lines.append(c2 + textio.readline())
2202 got_lines = list(textio)