(self, _, ctx: dict, stream: str)
| 83 | |
| 84 | @plugin_method |
| 85 | def convert(self, _, ctx: dict, stream: str): |
| 86 | yield from self._plugin.convert(self._mk_context(ctx), stream) |
| 87 | |
| 88 | @plugin_method |
| 89 | def test_connection(self, _, connection: dict): |
nothing calls this directly
no test coverage detected