(obj: tuple[str, str])
| 58 | |
| 59 | @parse_outputter.candidate(namespace_candidate(name, lambda x: isinstance(x, str))) |
| 60 | def _parse_hvplot(obj: tuple[str, str]) -> Outputter: |
| 61 | return _Visualize(obj[1]) |
| 62 | |
| 63 | _module_extensions.add('hvplot.fugue') |
| 64 |
nothing calls this directly
no test coverage detected
searching dependent graphs…