(self)
| 171 | raise NotImplementedError |
| 172 | |
| 173 | def prefetch_batch(self): |
| 174 | raise NotImplementedError |
| 175 | |
| 176 | class BioBARTDatasetProvider(BARTDatasetProviderInterface): |
| 177 | def __init__(self, args): |
nothing calls this directly
no outgoing calls
no test coverage detected