Detect if toolchain is available.
(self)
| 36 | |
| 37 | @abstractmethod |
| 38 | def detect(self) -> bool: |
| 39 | """Detect if toolchain is available.""" |
| 40 | pass |
| 41 | |
| 42 | @abstractmethod |
| 43 | def configure_environment(self, env) -> None: |
no outgoing calls
no test coverage detected