erg/crates/erg_compiler/lib/pystd/os.d/path.d.er
2023-01-15 12:03:19 +09:00

9 lines
331 B
Python

.dirname!: (path: PathLike,) => Str
.exists!: (path: PathLike,) => Bool
.lexists!: (path: PathLike,) => Bool
.expanduser!: (path: PathLike,) => Str
.expandvars!: (path: PathLike,) => Str
.isfile!: (path: PathLike,) => Bool
.isdir!: (path: PathLike,) => Bool
.islink!: (path: PathLike,) => Bool
.ismount!: (path: PathLike,) => Bool