Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ add
Method
add
Lib/test/test_inspect/test_inspect.py:2130–2131 ·
view source on GitHub ↗
(y)
Source
from the content-addressed store, hash-verified
2128
2129
def
make_adder(x):
2130
def
add(y):
2131
return
x + y
2132
return
add
2133
2134
def
curry(func, arg1):
Callers
15
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
create2
Method · 0.45
dump_ctype
Function · 0.45
_hook
Function · 0.45
test_racing_set_object_dict
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected