MCPcopy 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
15def 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
22tests()

Calls 3

fooFunction · 0.70
barFunction · 0.70
bazFunction · 0.70