We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
=>
1 parent 1f5e9cb commit a2e8ba4Copy full SHA for a2e8ba4
crates/erg_compiler/lib/pystd/pathlib.d.er
@@ -45,7 +45,7 @@
45
chmod!: (self: .Path, mode: Nat) => NoneType
46
exists!: (self: .Path) => Bool
47
expanduser!: (self: .Path) => .Path
48
- glob!: (self: .Path, pattern: Str) -> Generator .Path
+ glob!: (self: .Path, pattern: Str) => Generator .Path
49
home!: () => .Path
50
iterdir!: (self: .Path) => Generator .Path
51
joinpath: (self: .Path, *other: PathLike) -> .Path
0 commit comments