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

Method __getitem__

hvplot/interactive.py:725–727  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

723 return self._apply_operator(operator.truediv, other, reverse=True)
724
725 def __getitem__(self, other):
726 other = other._transform if isinstance(other, Interactive) else other
727 return self._apply_operator(operator.getitem, other)
728
729 def _plot(self, *args, **kwargs):
730 # TODO: Seems totally unused to me, as self._plot is set to a boolean in __init__

Callers

nothing calls this directly

Calls 1

_apply_operatorMethod · 0.95

Tested by

no test coverage detected