MCPcopy 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
11def baz(a: int, b: int):
12 return a + b + 12
13
14
15def tests():

Callers 1

testsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected