MCPcopy 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_modulesFunction · 0.45
test_walk_pruneMethod · 0.45
needs_posixFunction · 0.45
needs_windowsFunction · 0.45
needs_symlinksFunction · 0.45
my_mkdirMethod · 0.45
dump_ctypeFunction · 0.45
find_testsMethod · 0.45
test_future_times_outMethod · 0.45
check__all__Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected