Home
last modified time | relevance | path

Searched refs:MyTextIO (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_io.py2258 class MyTextIO(self.TextIOWrapper): class
2262 f = super(MyTextIO, self).__del__
2269 super(MyTextIO, self).close()
2272 super(MyTextIO, self).flush()
2274 t = MyTextIO(b, encoding="ascii")
/external/python/cpython3/Lib/test/
Dtest_io.py2804 class MyTextIO(self.TextIOWrapper): class
2820 t = MyTextIO(b, encoding="ascii")