mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 10:49:54 +00:00
Rename dir: compiler
-> crates
This commit is contained in:
parent
e1004b538d
commit
a127564b31
221 changed files with 17 additions and 19 deletions
14
crates/erg_compiler/lib/pystd/subprocess.d.er
Normal file
14
crates/erg_compiler/lib/pystd/subprocess.d.er
Normal file
|
@ -0,0 +1,14 @@
|
|||
.CompletedProcess: ClassType
|
||||
.CompletedProcess.args: Str or [Str; _]
|
||||
.CompletedProcess.returncode: Int
|
||||
.CompletedProcess.stdout: Bytes or NoneType
|
||||
.CompletedProcess.stderr: Bytes or NoneType
|
||||
|
||||
.run!: (
|
||||
args: Str or [Str; _],
|
||||
stdin: File! or NoneType := NoneType,
|
||||
stdout: File! or NoneType := NoneType,
|
||||
stderr: File! or NoneType := NoneType,
|
||||
capture_output := Bool,
|
||||
shell := Bool,
|
||||
) => .CompletedProcess
|
Loading…
Add table
Add a link
Reference in a new issue