Home
last modified time | relevance | path

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

/dports/ftp/py-aioftp/aioftp-0.20.0/tests/
H A Dtest_maximum_connections.py11 path_io_factory=aioftp.MemoryPathIO)
26 path_io_factory=aioftp.MemoryPathIO)
52 path_io_factory=aioftp.MemoryPathIO)
71 path_io_factory=aioftp.MemoryPathIO)
H A Dconftest.py49 path_io_factory=aioftp.MemoryPathIO,
150 @pytest.fixture(params=[aioftp.MemoryPathIO, aioftp.PathIO,
158 if isinstance(path_io, aioftp.MemoryPathIO):
H A Dtest_abort.py20 class SlowReadMemoryPathIO(aioftp.MemoryPathIO):
65 class SlowListMemoryPathIO(aioftp.MemoryPathIO):
H A Dtest_corner_cases.py61 class BadPathIO(aioftp.MemoryPathIO):
H A Dtest_throttle.py57 c = aioftp.Client(path_io_factory=aioftp.MemoryPathIO)
H A Dtest_directory_actions.py81 class FakeErrorPathIO(aioftp.MemoryPathIO):
H A Dtest_file.py207 class OsErrorPathIO(aioftp.MemoryPathIO):
/dports/ftp/py-aioftp/aioftp-0.20.0/aioftp/
H A D__main__.py43 path_io_factory = aioftp.MemoryPathIO
H A Dpathio.py603 class MemoryPathIO(AbstractPathIO): class
763 return MemoryPathIO.Stats(
/dports/ftp/py-aioftp/aioftp-0.20.0/
H A Dhistory.rst276 - MemoryPathIO.Stats should include st_mode