Whether the task has a validation set
(self)
| 555 | |
| 556 | @abstractmethod |
| 557 | def has_validation_docs(self): |
| 558 | """Whether the task has a validation set""" |
| 559 | pass |
| 560 | |
| 561 | @abstractmethod |
| 562 | def has_test_docs(self): |
no outgoing calls
no test coverage detected