Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ baz
Function
baz
extra_tests/snippets/jit.py:11–12 ·
view source on GitHub ↗
(a: int, b: int)
Source
from the content-addressed store, hash-verified
9
10
11
def
baz(a: int, b: int):
12
return
a + b + 12
13
14
15
def
tests():
Callers
1
tests
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected