local_filesystem_mock
This submodule implements the LocalFilesystemMock and LocalFileMock classes.
LocalFileMock
This class mocks a file in the local filesystem.
Source code in src/paramiko_mock/local_filesystem_mock.py
8 9 10 11 12 13 14 15 16 17 18 19 20 | |
LocalFilesystemMock
LocalFilesystemMock is a class that stores the mocked local filesystem. This is mainly an internal class and should not be used directly.
Source code in src/paramiko_mock/local_filesystem_mock.py
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | |