Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ tests
Function
tests
extra_tests/snippets/jit.py:15–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
14
15
def
tests():
16
assert foo() == 15
17
assert bar() == 2e5
18
assert baz(17, 20) == 49
19
assert baz(17, 22.5) == 51.5
20
21
22
tests()
Callers
3
test_init__tests_from_any_iterable
Method · 0.85
test_init__TestSuite_instances_in_tests
Method · 0.85
jit.py
File · 0.85
Calls
3
foo
Function · 0.70
bar
Function · 0.70
baz
Function · 0.70
Tested by
2
test_init__tests_from_any_iterable
Method · 0.68
test_init__TestSuite_instances_in_tests
Method · 0.68