No-op - exists for compatibility.
(self)
| 88 | return self.func(line) |
| 89 | |
| 90 | def reset(self): |
| 91 | """No-op - exists for compatibility.""" |
| 92 | pass |
| 93 | |
| 94 | class CoroutineInputTransformer(InputTransformer): |
| 95 | """Wrapper for an input transformer implemented as a coroutine.""" |
nothing calls this directly
no outgoing calls
no test coverage detected