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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_io.py 462 class MyIO(base):
474 f = super(MyIO, self).__del__
481 super(MyIO, self).close()
484 super(MyIO, self).flush()
485 f = MyIO()
618 class MyIO(self.IOBase):
623 MyIO()
624 obj = MyIO()
627 del MyIO
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_io.py 462 class MyIO(base):
474 f = super(MyIO, self).__del__
481 super(MyIO, self).close()
484 super(MyIO, self).flush()
485 f = MyIO()
618 class MyIO(self.IOBase):
623 MyIO()
624 obj = MyIO()
627 del MyIO
    [all...]

Completed in 225 milliseconds