Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
16
assert foo.__globals__ is globals()
17
18
def
my_func(a,):
19
return
a+2
20
21
assert my_func(2) == 4
22
Callers
2
test_del_by_finalizer
Method · 0.85
syntax_function2.py
File · 0.85
Calls
no outgoing calls
Tested by
1
test_del_by_finalizer
Method · 0.68