Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Robbyant/lingbot-world
/ __rmul__
Method
__rmul__
wan/modules/animate/animate_utils.py:95–96 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
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)
97
98
def
__floordiv__(self, other):
99
return
self._apply(other,
lambda
u, v: u // v)
Callers
nothing calls this directly
Calls
1
_apply
Method · 0.95
Tested by
no test coverage detected