(self)
| 106 | |
| 107 | class DummyTokenClassificationPipeline: |
| 108 | def __init__(self): |
| 109 | self.task = "token-classification" |
| 110 | |
| 111 | def __call__(self, inputs, **kwargs): |
| 112 | result = [ |
nothing calls this directly
no outgoing calls
no test coverage detected