Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fubar
Function
fubar
extra_tests/snippets/syntax_function2.py:23–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
assert my_func(2) == 4
22
23
def
fubar():
24
return
42,
25
26
assert fubar() == (42,)
27
Callers
1
syntax_function2.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected