(self, _, ctx: dict, stream: str)
| 79 | |
| 80 | @plugin_method |
| 81 | def extract(self, _, ctx: dict, stream: str): |
| 82 | yield from self._plugin.extract(self._mk_context(ctx), stream) |
| 83 | |
| 84 | @plugin_method |
| 85 | def convert(self, _, ctx: dict, stream: str): |
nothing calls this directly
no test coverage detected