MCPcopy Index your code
hub / github.com/RustPython/RustPython / bar

Function bar

extra_tests/snippets/jit.py:6–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5
6def bar():
7 a = 1e6
8 return a / 5.0
9
10
11def baz(a: int, b: int):

Callers 1

testsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected