Whether the task has a validation set
(self)
| 265 | |
| 266 | @abc.abstractmethod |
| 267 | def has_validation_docs(self): |
| 268 | """Whether the task has a validation set""" |
| 269 | pass |
| 270 | |
| 271 | @abc.abstractmethod |
| 272 | def has_test_docs(self): |
no outgoing calls
no test coverage detected