(self)
| 110 | self.list_of_points, self.list_of_labels = pickle.load(f) |
| 111 | |
| 112 | def __len__(self): |
| 113 | return len(self.datapath) |
| 114 | |
| 115 | def _get_item(self, index): |
| 116 | if self.process_data: |
nothing calls this directly
no outgoing calls
no test coverage detected