Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
205
def
Proc7(IntParI1, IntParI2):
206
IntLoc = IntParI1 + 2
207
IntParOut = IntParI2 + IntLoc
208
return
IntParOut
209
210
def
Proc8(Array1Par, Array2Par, IntParI1, IntParI2):
211
global IntGlob
Callers
3
Proc0
Function · 0.85
Proc1
Function · 0.85
Proc3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected