(self)
| 79 | return data_dict |
| 80 | |
| 81 | def __len__(self): |
| 82 | return len(self.data_list) |
| 83 | |
| 84 | def _load_data_list(self, train_json_file_list, test_json_file_list, duplicate_meta, is_test): |
| 85 | base_json_file_list = test_json_file_list if is_test else train_json_file_list |
nothing calls this directly
no outgoing calls
no test coverage detected