(self)
| 1285 | return self._create_examples(os.path.join(data_dir, "dev-v2.0.json"), "dev") |
| 1286 | |
| 1287 | def get_labels(self): |
| 1288 | return ['0'] |
| 1289 | |
| 1290 | @staticmethod |
| 1291 | def _create_examples(path: str, set_type: str) -> List[InputExample]: |
nothing calls this directly
no outgoing calls
no test coverage detected