betty.subprocess module¶ Provide a subprocess API. async betty.subprocess.run_process(runnee: list[str], cwd: pathlib._local.Path | None = None, shell: bool = False) → asyncio.subprocess.Process[source]¶ Run a command in a subprocess. Parameters: runnee (list[str]) cwd (pathlib._local.Path | None) shell (bool) Return type: asyncio.subprocess.Process