Home
last modified time | relevance | path

Searched defs:fake_file (Results 1 – 2 of 2) sorted by relevance

/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_test.py1966 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
Dfake_open_test.py1693 def write_and_reopen_file(self, fake_file, mode='r', encoding=None): argument