Skip to main content

class ContreeProcessSync

class contree_sdk.sdk.objects.subprocess.ContreeProcessSync(image, check)

Attributes

returncode
int
stderr
str | bytes | Path | IO[str] | IO[bytes] | Literal[-1]
stdin
IO
stdout
str | bytes | Path | IO[str] | IO[bytes] | Literal[-1]

Methods

communicate()

def communicate(input, timeout)

wait()

def wait() -> None
returns
None