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

Method __add__

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

Source from the content-addressed store, hash-verified

297 self.dtype = int(dtype)
298
299 def __add__(self, other):
300 return self.g.add(self, other)
301
302 def __sub__(self, other):
303 return self.g.subtract(self, other)

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected