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