MCPcopy Index your code
hub / github.com/RustPython/RustPython / sum

Function sum

extra_tests/snippets/syntax_function_args.py:4–5  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

2
3
4def sum(x, y):
5 return x+y
6
7def total(a, b, c, d):
8 return sum(sum(a,b), sum(c,d))

Callers 2

totalFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected