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

Method _groups

hvplot/ui.py:744–745  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

742
743 @property
744 def _groups(self):
745 raise NotImplementedError('Must be implemented by subclasses.')
746
747 def _toggle_controls(self, event=None):
748 # Control high-level parameters

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected