Searched defs:MyIO (Results 1 - 4 of 4) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_io.py462 class MyIO(base): class in function:IOTest._check_base_destructor
474 f = super(MyIO, self).__del__
481 super(MyIO, self).close()
484 super(MyIO, self).flush()
485 f = MyIO()
618 class MyIO(self.IOBase): class in function:CIOTest.test_IOBase_finalize
623 MyIO()
624 obj = MyIO()
627 del MyIO
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_io.py462 class MyIO(base): class in function:IOTest._check_base_destructor
474 f = super(MyIO, self).__del__
481 super(MyIO, self).close()
484 super(MyIO, self).flush()
485 f = MyIO()
618 class MyIO(self.IOBase): class in function:CIOTest.test_IOBase_finalize
623 MyIO()
624 obj = MyIO()
627 del MyIO
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_io.py462 class MyIO(base): class in function:IOTest._check_base_destructor
474 f = super(MyIO, self).__del__
481 super(MyIO, self).close()
484 super(MyIO, self).flush()
485 f = MyIO()
618 class MyIO(self.IOBase): class in function:CIOTest.test_IOBase_finalize
623 MyIO()
624 obj = MyIO()
627 del MyIO
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_io.py462 class MyIO(base): class in function:IOTest._check_base_destructor
474 f = super(MyIO, self).__del__
481 super(MyIO, self).close()
484 super(MyIO, self).flush()
485 f = MyIO()
618 class MyIO(self.IOBase): class in function:CIOTest.test_IOBase_finalize
623 MyIO()
624 obj = MyIO()
627 del MyIO

Completed in 61 milliseconds