Home | History | Annotate | Download | only in test

Lines Matching refs:IOBase

650         self._check_base_destructor(self.IOBase)
797 self.IOBase(),
897 # class which inherits IOBase and an object of this class are caught
899 class MyIO(self.IOBase):
3414 self.assertTrue(issubclass(obj, self.IOBase))
3504 self.assertIsInstance(self.IOBase, abc.ABCMeta)
3511 self.assertIsInstance(f, abcmodule.IOBase)
3516 self.assertIsInstance(f, abcmodule.IOBase)
3521 self.assertIsInstance(f, abcmodule.IOBase)