Returns a list of the input datasets of the dataset.
(self)
| 217 | |
| 218 | @abc.abstractmethod |
| 219 | def _inputs(self): |
| 220 | """Returns a list of the input datasets of the dataset.""" |
| 221 | |
| 222 | raise NotImplementedError("Dataset._inputs") |
| 223 | |
| 224 | @property |
| 225 | def _graph(self): |
no outgoing calls
no test coverage detected