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

Method __add__

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

Source from the content-addressed store, hash-verified

606
607 # Binary operators
608 def __add__(self, other):
609 other = other._transform if isinstance(other, Interactive) else other
610 return self._apply_operator(operator.add, other)
611
612 def __and__(self, other):
613 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