Searched defs:PathLike (Results 1 – 12 of 12) sorted by relevance
56 class PathLike: class
507 def update_manifest(ebuild_file: os.PathLike) -> None:758 def remove_ebuild_version(path: os.PathLike, name: str, version: RustVersion):
68 PathLike = Union[Path, str] variable686 def cwd_context(path: PathLike):702 def chdir(path: PathLike):
63 def ssh_tunnel(sshwatcher: "os.PathLike", machinename: str) -> str:
123 TEST(RangesTest, PathLike) { in TEST() argument
54 def make_string_path(dir_name: os.PathLike) -> str: ...
29 class PathLike(object): class
207 class PathLike { class219 PathLike() {} in PathLike() function in foo::PathLike224 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
199 class PathLike { class211 PathLike() {} in PathLike() function in foo::PathLike216 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
206 class PathLike { class218 PathLike() {} in PathLike() function in foo::PathLike223 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
1070 class PathLike(abc.ABC): class