mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-03 18:29:00 +00:00
WIP
This commit is contained in:
parent
ea0089f7df
commit
9454896d5a
8 changed files with 177 additions and 12 deletions
|
@ -3,7 +3,7 @@
|
|||
.copyfile!: (src: PathLike, dst: PathLike,) => NoneType
|
||||
.copy!: (src: PathLike, dst: PathLike,) => NoneType
|
||||
.copytree!: (src: PathLike, dst: PathLike,) => NoneType
|
||||
.disk_usage!: (path: PathLike,) => {
|
||||
.disk_usage!: (path: PathLike,) => NamedTuple {
|
||||
.total = Nat
|
||||
.used = Nat
|
||||
.free = Nat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue