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

Method sub

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

Source from the content-addressed store, hash-verified

7 return self
8
9 def sub(self, b):
10 self.val -= b
11 return self
12
13 def mul(self, b):
14 self.val *= b

Callers 1

chained.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected