(self, data_file)
| 47 | raise TypeError("cannot download an arbitrary JSON dataset") |
| 48 | |
| 49 | def load(self, data_file): |
| 50 | self.dataset = datasets.load_dataset("json", data_files=data_file) |
| 51 | |
| 52 | def has_validation_docs(self): |
| 53 | return False |
no outgoing calls
no test coverage detected