MCPcopy Create free account
hub / github.com/holoviz/hvplot / _parse_hvplot

Function _parse_hvplot

hvplot/fugue.py:60–61  ·  view source on GitHub ↗
(obj: tuple[str, str])

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

_VisualizeClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…