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

Method __or__

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

Source from the content-addressed store, hash-verified

654 return self._apply_operator(operator.ne, other)
655
656 def __or__(self, other):
657 other = other._transform if isinstance(other, Interactive) else other
658 return self._apply_operator(operator.or_, other)
659
660 def __rshift__(self, other):
661 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