Read TRACEDECAY_ .
(name: str)
| 91 | |
| 92 | |
| 93 | def _env(name: str) -> str | None: |
| 94 | """Read TRACEDECAY_<name>.""" |
| 95 | return os.environ.get(f"TRACEDECAY_{name}") |
| 96 | |
| 97 | _SPAWN_TIMEOUT_SECONDS = 30.0 |
| 98 | _PROXY_TIMEOUT_SECONDS = 30.0 |
no outgoing calls
no test coverage detected