Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py1544 def _follow_link(self, link_path_components: List[str], link: AnyFile) -> str:
1762 def add_object(self, file_path: AnyStr, file_object: AnyFile) -> None:
Dfake_file.py66 AnyFile = Union["FakeFile", "FakeDirectory"] variable