(self, code: str, *, timeout_sec: int = 300)
| 292 | """Structural type for sandbox backends (ExperimentSandbox, DockerSandbox).""" |
| 293 | |
| 294 | def run(self, code: str, *, timeout_sec: int = 300) -> SandboxResult: ... |
| 295 | |
| 296 | def run_project( |
| 297 | self, |
no outgoing calls