Home
last modified time | relevance | path

Searched refs:TextIOBase (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dio.py87 class TextIOBase(_io._TextIOBase, IOBase): class
97 TextIOBase.register(klass)
D_pyio.py1289 class TextIOBase(IOBase): class
1352 io.TextIOBase.register(TextIOBase)
1440 class TextIOWrapper(TextIOBase):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dio.py79 class TextIOBase(_io._TextIOBase, IOBase): class
89 TextIOBase.register(klass)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_io.py489 self._check_base_destructor(self.TextIOBase)
2512 self.assertIsInstance(self.TextIOBase, abc.ABCMeta)
2519 self.assertNotIsInstance(f, abcmodule.TextIOBase)
2524 self.assertNotIsInstance(f, abcmodule.TextIOBase)
2529 self.assertIsInstance(f, abcmodule.TextIOBase)