Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ f8
Function
f8
extra_tests/snippets/syntax_function2.py:94–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
93
94
def
f8() -> int:
95
return
10
96
97
assert f8() == 10
98
Callers
2
testLambdas
Method · 0.85
syntax_function2.py
File · 0.85
Calls
no outgoing calls
Tested by
1
testLambdas
Method · 0.68