mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
Update __init__.d.er
This commit is contained in:
parent
1cd1662837
commit
f65e3acaf3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ The name of the operating system dependent module imported. The following names
|
|||
.chdir!: (path: PathLike, ) => NoneType
|
||||
.chmod!: (path: PathLike, mode: Nat) => NoneType
|
||||
.getcwd!: () => Str
|
||||
.getenv!: (key: Str, default: Str or NoneType := NoneType) => Str
|
||||
.getenv!: |D <: Str or NoneType|(key: Str, default: D := NoneType) => Str or D
|
||||
.listdir!: (path := PathLike,) => [Str; _]
|
||||
.mkdir!: (path: PathLike, mode := Nat) => NoneType
|
||||
.putenv!: (key: Str, value: Str) => NoneType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue