MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / add

Method add

tests/test_code/py/chained/chained.py:5–7  ·  view source on GitHub ↗
(self, b)

Source from the content-addressed store, hash-verified

3 self.val = val
4
5 def add(self, b):
6 self.val += b
7 return self
8
9 def sub(self, b):
10 self.val -= b

Callers 3

_lazyMethod · 0.45
localizeMethod · 0.45
chained.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected