Stage env var overrides to apply on the next restart().
These are applied to os.environ immediately before the subprocess
starts, keeping mutation scoped to the restart call.
update_env(
self,
**overrides: str = {},
) -> None| Name | Type | Description |
|---|---|---|
**overrides | str | Default: {}Key/value env var pairs
(e.g., |