MCPcopy Index your code
hub / github.com/RustPython/RustPython / jit.py

File jit.py

extra_tests/snippets/jit.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def foo():
2 a = 5
3 return 10 + a
4

Callers

nothing calls this directly

Calls 4

testsFunction · 0.85
hasattrFunction · 0.85
__jit__Method · 0.80
printFunction · 0.50

Tested by

no test coverage detected