MCPcopy Create free account
hub / github.com/cactus-compute/cactus / __sub__

Method __sub__

python/src/graph.py:302–303  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

300 return self.g.add(self, other)
301
302 def __sub__(self, other):
303 return self.g.subtract(self, other)
304
305 def __mul__(self, other):
306 return self.g.multiply(self, other)

Callers

nothing calls this directly

Calls 1

subtractMethod · 0.45

Tested by

no test coverage detected