Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Robbyant/lingbot-world
/ __mul__
Method
__mul__
wan/modules/animate/animate_utils.py:92–93 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
90
return
self._apply(other,
lambda
u, v: v - u)
91
92
def
__mul__(self, other):
93
return
self._apply(other,
lambda
u, v: u * v)
94
95
def
__rmul__(self, other):
96
return
self._apply(other,
lambda
u, v: v * u)
Callers
nothing calls this directly
Calls
1
_apply
Method · 0.95
Tested by
no test coverage detected