subprocess

class contree_sdk.sdk.objects.subprocess.ContreeProcessSync(image, check)[source]
communicate(input=None, timeout=None)[source]
property returncode: int
property stderr: str | bytes | Path | IO[str] | IO[bytes] | Literal[-1]
property stdin: IO
property stdout: str | bytes | Path | IO[str] | IO[bytes] | Literal[-1]
wait()[source]
Return type:

None