HomeSort by relevance Sort by last modified time
    Searched refs:MyBufferedIO (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 668 class MyBufferedIO(tp):
672 f = super(MyBufferedIO, self).__del__
679 super(MyBufferedIO, self).close()
682 super(MyBufferedIO, self).flush()
684 bufio = MyBufferedIO(rawio)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 668 class MyBufferedIO(tp):
672 f = super(MyBufferedIO, self).__del__
679 super(MyBufferedIO, self).close()
682 super(MyBufferedIO, self).flush()
684 bufio = MyBufferedIO(rawio)
    [all...]

Completed in 127 milliseconds