Update __init__.d.er

This commit is contained in:
Shunsuke Shibayama 2023-07-12 23:26:54 +09:00
parent 1cd1662837
commit f65e3acaf3

View file

@ -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