Home | History | Annotate | Download | only in test

Lines Matching refs:MyTextIO

2038         class MyTextIO(self.TextIOWrapper):
2042 f = super(MyTextIO, self).__del__
2049 super(MyTextIO, self).close()
2052 super(MyTextIO, self).flush()
2054 t = MyTextIO(b, encoding="ascii")