subprocess

class contree_sdk.sdk.objects.subprocess.ContreeProcessSync(image, check)[source]
wait()[source]
Return type:

None

communicate(input=None, timeout=None)[source]
property returncode: int
property stderr: str | bytes | Path | IO | Literal[-1]
property stdin: IO
property stdout: str | bytes | Path | IO | Literal[-1]