Home | History | Annotate | Download | only in test

Lines Matching refs:MyBufferedIO

668         class MyBufferedIO(tp):
672 f = super(MyBufferedIO, self).__del__
679 super(MyBufferedIO, self).close()
682 super(MyBufferedIO, self).flush()
684 bufio = MyBufferedIO(rawio)