Home | History | Annotate | Download | only in test

Lines Matching refs:TextIOBase

500         self._check_base_destructor(self.TextIOBase)
2749 self.assertIsInstance(self.TextIOBase, abc.ABCMeta)
2756 self.assertNotIsInstance(f, abcmodule.TextIOBase)
2761 self.assertNotIsInstance(f, abcmodule.TextIOBase)
2766 self.assertIsInstance(f, abcmodule.TextIOBase)