(self, task_name)
| 143 | |
| 144 | class TaskHandler: |
| 145 | def match(self, task_name) -> bool: |
| 146 | raise NotImplementedError() |
| 147 | |
| 148 | def get_main_metric(self, overall_result): |
| 149 | raise NotImplementedError() |
nothing calls this directly
no outgoing calls
no test coverage detected