mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-27 19:59:07 +00:00
6 lines
295 B
Python
6 lines
295 B
Python
.copyfile!: (src: PathLike, dst: PathLike,) => NoneType
|
|
.copy!: (src: PathLike, dst: PathLike,) => NoneType
|
|
.copytree!: (src: PathLike, dst: PathLike,) => NoneType
|
|
.rmtree!: (path: PathLike,) => NoneType
|
|
.move!: (src: PathLike, dst: PathLike) => NoneType
|
|
.which!: (cmd: Str,) => Str or NoneType
|