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

Method __rshift__

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

Source from the content-addressed store, hash-verified

658 return self._apply_operator(operator.or_, other)
659
660 def __rshift__(self, other):
661 other = other._transform if isinstance(other, Interactive) else other
662 return self._apply_operator(operator.rshift, other)
663
664 def __pow__(self, other):
665 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