MCPcopy
hub / github.com/pypa/sampleproject / add_one

Function add_one

src/sample/simple.py:1–2  ·  view source on GitHub ↗
(number)

Source from the content-addressed store, hash-verified

1def add_one(number):
2 return number + 1

Callers 1

test_add_oneMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_add_oneMethod · 0.72