Searched defs:AnyPath (Results 1 – 4 of 4) sorted by relevance
| /external/python/pyfakefs/pyfakefs/ |
| D | fake_filesystem.py | 826 def __init__(self, source_path: AnyPath, filesystem: "FakeFilesystem", 827 read_only: bool, target_path: Optional[AnyPath] = None): 1795 def ends_with_path_separator(self, path: Union[int, AnyPath]) -> bool: argument 1829 def exists(self, file_path: AnyPath, check_link: bool = False) -> bool: 2035 file_path: AnyPath, 2079 def get_object(self, file_path: AnyPath, 2130 def lresolve(self, path: AnyPath) -> FakeFile: 2195 def rename(self, old_file_path: AnyPath, 2196 new_file_path: AnyPath, 2411 def make_string_path(self, path: AnyPath) -> AnyStr: [all …]
|
| D | helpers.py | 29 AnyPath = Union[AnyStr, os.PathLike] variable 57 def make_string_path(dir_name: AnyPath) -> AnyStr:
|
| /external/rust/crates/clap/src/builder/ |
| D | value_hint.rs | 36 AnyPath, enumerator
|
| /external/rust/crates/clap/3.2.23/src/builder/ |
| D | value_hint.rs | 36 AnyPath, enumerator
|