Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_io.py489 class MyIO(base): class
501 f = super(MyIO, self).__del__
508 super(MyIO, self).close()
511 super(MyIO, self).flush()
512 f = MyIO()
710 class MyIO(self.IOBase): class
715 MyIO()
716 obj = MyIO()
719 del MyIO
/external/python/cpython3/Lib/test/
Dtest_io.py657 class MyIO(base): class
680 f = MyIO()
996 class MyIO(self.IOBase): class
1001 MyIO()
1002 obj = MyIO()
1005 del MyIO