Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cactus-compute/cactus
/ __mul__
Method
__mul__
python/src/graph.py:305–306 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
303
return
self.g.subtract(self, other)
304
305
def
__mul__(self, other):
306
return
self.g.multiply(self, other)
307
308
def
__truediv__(self, other):
309
return
self.g.divide(self, other)
Callers
nothing calls this directly
Calls
1
multiply
Method · 0.45
Tested by
no test coverage detected