xcp.cmd

Command processing

class xcp.cmd.OutputCache[source]

Bases: object

clearCache()[source]
fileContents(fn, *args, **kwargs)[source]
runCmd(command, with_stdout=False, with_stderr=False, inputtext=None, **kwargs)[source]
xcp.cmd.runCmd(command: bytes | str | list[str], with_stdout: bool = False, with_stderr: bool = False, inputtext: bytes | str | None = None, **kwargs: Any) Any[source]