Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ mul
Method
mul
tests/test_code/py/chained/chained.py:13–15 ·
view source on GitHub ↗
(self, b)
Source
from the content-addressed store, hash-verified
11
return
self
12
13
def
mul(self, b):
14
self.val *= b
15
return
self
16
17
18
print(Chain(5).add(5).sub(2).mul(10))
Callers
1
chained.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected