Searched defs:fake_file (Results 1 – 2 of 2) sorted by relevance
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_test.py | 1966 def check_fake_file_stat(self, fake_file, real_file_path, argument 1986 def check_read_only_file(self, fake_file, real_file_path): argument 1997 def check_writable_file(self, fake_file, real_file_path): argument
|
D | fake_open_test.py | 1693 def write_and_reopen_file(self, fake_file, mode='r', encoding=None): argument
|