Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ add
Method
add
Lib/test/test_inspect/test_inspect.py:2084–2085 ·
view source on GitHub ↗
(y)
Source
from the content-addressed store, hash-verified
2082
2083
def
make_adder(x):
2084
def
add(y):
2085
return
x + y
2086
return
add
2087
2088
def
curry(func, arg1):
Callers
14
create_modules
Function · 0.45
test_walk_prune
Method · 0.45
needs_posix
Function · 0.45
needs_windows
Function · 0.45
needs_symlinks
Function · 0.45
my_mkdir
Method · 0.45
_test_module_has_signatures
Method · 0.45
test_makefile_test_folders
Method · 0.45
dump_ctype
Function · 0.45
find_tests
Method · 0.45
test_future_times_out
Method · 0.45
check__all__
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected