Home
last modified time | relevance | path

Searched refs:pyio (Results 1 – 10 of 10) sorted by relevance

/third_party/python/Lib/test/
Dtest_bufio.py6 import _pyio as pyio # Python implementation. namespace
70 open = staticmethod(pyio.open)
Dtest_univnewlines.py3 import _pyio as pyio namespace
39 open = staticmethod(pyio.open)
Dtest_file.py8 import _pyio as pyio namespace
139 open = staticmethod(pyio.open)
348 open = staticmethod(pyio.open)
Dtest_memoryio.py10 import _pyio as pyio namespace
433 UnsupportedOperation = pyio.UnsupportedOperation
438 ioclass = pyio.BytesIO
695 ioclass = pyio.StringIO
696 UnsupportedOperation = pyio.UnsupportedOperation
713 UnsupportedOperation = pyio.UnsupportedOperation
716 class ioclass(pyio.StringIO):
718 return pickle.loads(pickle.dumps(pyio.StringIO(*args, **kwargs)))
Dtest_largefile.py16 import _pyio as pyio # Python implementation of io namespace
281 open = staticmethod(pyio.open)
Dtest_io.py51 import _pyio as pyio # Python implementation of io namespace
150 class PyMockRawIOWithoutRead(MockRawIOWithoutRead, pyio.RawIOBase):
167 class PyMockRawIO(MockRawIO, pyio.RawIOBase):
191 class PyMisbehavedRawIO(MisbehavedRawIO, pyio.RawIOBase):
207 class PySlowFlushRawIO(SlowFlushRawIO, pyio.RawIOBase):
222 class PyCloseFailureIO(CloseFailureIO, pyio.RawIOBase):
245 class PyMockFileIO(MockFileIO, pyio.BytesIO):
265 class PyMockUnseekableIO(MockUnseekableIO, pyio.BytesIO):
266 UnsupportedOperation = pyio.UnsupportedOperation
320 class PyMockNonBlockWriterIO(MockNonBlockWriterIO, pyio.RawIOBase):
[all …]
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/
Dfiltration_test.py4 import io as pyio namespace
79 with pyio.open(os.path.join(
/third_party/icu/icu4c/source/python/icutools/databuilder/test/
Dfiltration_test.py4 import io as pyio namespace
79 with pyio.open(os.path.join(
/third_party/icu/icu4c/source/python/icutools/databuilder/
D__main__.py10 import io as pyio namespace
260 with pyio.open(os.path.join(self.src_dir, filename), "r", encoding="utf-8-sig") as f:
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/
D__main__.py10 import io as pyio namespace
260 with pyio.open(os.path.join(self.src_dir, filename), "r", encoding="utf-8-sig") as f: