(self)
| 33 | self.input_path = input_path |
| 34 | |
| 35 | def load(self): |
| 36 | raise NotImplementedError("Load is not implemented in Dataset") |
| 37 | |
| 38 | def to_nx_graph(self): |
| 39 | raise NotImplementedError("To_nx_graph is not implemented in Dataset") |
no outgoing calls
no test coverage detected