(self, *args, **kwargs)
| 34 | ) |
| 35 | |
| 36 | def generate_from_input(self, *args, **kwargs): |
| 37 | return self.model.generate_from_input(*args, **kwargs) |
| 38 | |
| 39 | class DataSelectionPipeline(): |
| 40 | def __init__(self): |
nothing calls this directly
no outgoing calls
no test coverage detected