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

Function Proc7

benches/benchmarks/pystone.py:205–208  ·  view source on GitHub ↗
(IntParI1, IntParI2)

Source from the content-addressed store, hash-verified

203 return EnumParOut
204
205def Proc7(IntParI1, IntParI2):
206 IntLoc = IntParI1 + 2
207 IntParOut = IntParI2 + IntLoc
208 return IntParOut
209
210def Proc8(Array1Par, Array2Par, IntParI1, IntParI2):
211 global IntGlob

Callers 3

Proc0Function · 0.85
Proc1Function · 0.85
Proc3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected