erg/compiler/erg_compiler/lib/pystd/subprocess.d.er
Shunsuke Shibayama ae15f95191 Fix bugs
2022-10-18 17:17:56 +09:00

14 lines
426 B
Python

.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