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_call_nested.py:2–3 ·
view source on GitHub ↗
(x,y)
Source
from the content-addressed store, hash-verified
1
# Blocked on LOAD_GLOBAL
2
def
sum(x,y):
3
return
x+y
4
5
def
total(a,b,c,d):
6
return
sum(sum(a,b),sum(c,d))
Callers
15
total
Function · 0.70
pdf
Function · 0.50
cdf
Function · 0.50
_sum
Function · 0.50
_ss
Function · 0.50
_display_width
Function · 0.50
__init__
Method · 0.50
calc_chksums
Function · 0.50
_check_generic_specialization
Function · 0.50
opcode.py
File · 0.50
_guess_delimiter
Method · 0.50
ratio
Method · 0.50
Calls
no outgoing calls
Tested by
15
queue_join_test
Method · 0.40
test_main
Method · 0.40
test_load_global_specialization_failure_keeps_oparg
Method · 0.40
test_genexps
Method · 0.40
posonly_sum
Function · 0.40
keywordonly_and_kwarg_sum
Function · 0.40
mixedargs_sum
Function · 0.40
mixedargs_sum2
Function · 0.40
stats
Method · 0.40
equivalent_python
Method · 0.40
test_func_4
Method · 0.40
run_list_inside_set
Method · 0.40