MCPcopy Index your code
hub / github.com/RustPython/RustPython / my_func

Function my_func

extra_tests/snippets/syntax_function2.py:18–19  ·  view source on GitHub ↗
(a,)

Source from the content-addressed store, hash-verified

16assert foo.__globals__ is globals()
17
18def my_func(a,):
19 return a+2
20
21assert my_func(2) == 4
22

Callers 2

test_del_by_finalizerMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_del_by_finalizerMethod · 0.68