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

Method __lshift__

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

Source from the content-addressed store, hash-verified

638 return self._apply_operator(operator.lt, other)
639
640 def __lshift__(self, other):
641 other = other._transform if isinstance(other, Interactive) else other
642 return self._apply_operator(operator.lshift, other)
643
644 def __mod__(self, other):
645 other = other._transform if isinstance(other, Interactive) else other

Callers

nothing calls this directly

Calls 1

_apply_operatorMethod · 0.95

Tested by

no test coverage detected