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

Method __init__

tests/test_code/py/chained/chained.py:2–3  ·  view source on GitHub ↗
(self, val)

Source from the content-addressed store, hash-verified

1class Chain():
2 def __init__(self, val):
3 self.val = val
4
5 def add(self, b):
6 self.val += b

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected