Searched defs:PathLike (Results 1 – 9 of 9) sorted by relevance
49 PathLike = Union[Path, str] variable374 def cwd_context(path: PathLike):390 def chdir(path: PathLike):
56 class PathLike: class
123 TEST(RangesTest, PathLike) { in TEST() argument
478 def update_manifest(ebuild_file: os.PathLike) -> None:
33 class PathLike(object): class
54 def make_string_path(dir_name: os.PathLike) -> str: ...
207 class PathLike { class219 PathLike() {} in PathLike() function in foo::PathLike224 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