Home | History | Annotate | Download | only in test

Lines Matching refs:MyFileIO

437         class MyFileIO(self.FileIO):
441 f = super(MyFileIO, self).__del__
448 super(MyFileIO, self).close()
451 super(MyFileIO, self).flush()
452 f = MyFileIO(support.TESTFN, "wb")