(self)
| 63 | } |
| 64 | |
| 65 | def custom_runtime_specified(self) -> bool: |
| 66 | return "container_runtime" in self.settings |
| 67 | |
| 68 | def set_custom_runtime(self, runtime: str, autosave: bool = False) -> Path: |
| 69 | container_runtime = self.path_from_name(runtime) |
no outgoing calls
no test coverage detected