MCPcopy
hub / github.com/Robbyant/lingbot-world / __add__

Method __add__

wan/modules/animate/animate_utils.py:80–81  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

78 return len(self.tensors)
79
80 def __add__(self, other):
81 return self._apply(other, lambda u, v: u + v)
82
83 def __radd__(self, other):
84 return self._apply(other, lambda u, v: v + u)

Callers

nothing calls this directly

Calls 1

_applyMethod · 0.95

Tested by

no test coverage detected