mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-03 14:04:33 +00:00
fix(pathlib): use =>
since it's a procedure
This commit is contained in:
parent
1f5e9cbc9f
commit
a2e8ba4322
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
chmod!: (self: .Path, mode: Nat) => NoneType
|
chmod!: (self: .Path, mode: Nat) => NoneType
|
||||||
exists!: (self: .Path) => Bool
|
exists!: (self: .Path) => Bool
|
||||||
expanduser!: (self: .Path) => .Path
|
expanduser!: (self: .Path) => .Path
|
||||||
glob!: (self: .Path, pattern: Str) -> Generator .Path
|
glob!: (self: .Path, pattern: Str) => Generator .Path
|
||||||
home!: () => .Path
|
home!: () => .Path
|
||||||
iterdir!: (self: .Path) => Generator .Path
|
iterdir!: (self: .Path) => Generator .Path
|
||||||
joinpath: (self: .Path, *other: PathLike) -> .Path
|
joinpath: (self: .Path, *other: PathLike) -> .Path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue