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

Method __init__

hvplot/interactive.py:879–880  ·  view source on GitHub ↗
(self, _interactive)

Source from the content-addressed store, hash-verified

877 __slots__ = ['_interactive']
878
879 def __init__(self, _interactive):
880 self._interactive = _interactive
881
882 def __call__(self, *args, _kind=None, **kwargs):
883 # The underscore in _kind is to not overwrite it

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected