(self)
| 245 | |
| 246 | # Gets the output path for build-related files. |
| 247 | def out_path(self) -> Path: |
| 248 | return self.build_dir / str(self.version) |
| 249 | |
| 250 | # Gets the path to the compilers directory. |
| 251 | # Exits the program if neither `compilers_path` nor `compilers_tag` is provided. |
no outgoing calls
no test coverage detected