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

Method __ge__

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

Source from the content-addressed store, hash-verified

622 return self._apply_operator(operator.floordiv, other)
623
624 def __ge__(self, other):
625 other = other._transform if isinstance(other, Interactive) else other
626 return self._apply_operator(operator.ge, other)
627
628 def __gt__(self, other):
629 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