(self)
| 49 | raise ValueError(f'Unknown dataset type: {config.type}') |
| 50 | |
| 51 | def __init__(self): |
| 52 | raise ValueError('DatasetFactory is a static class and should not be instantiated.') |
| 53 | |
| 54 | |
| 55 | class TextProcessor(object): |
nothing calls this directly
no outgoing calls
no test coverage detected