Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
4
def
sum(x, y):
5
return
x+y
6
7
def
total(a, b, c, d):
8
return
sum(sum(a,b), sum(c,d))
Callers
2
total
Function · 0.70
syntax_function_args.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected