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

Function Proc2

benches/benchmarks/pystone.py:151–160  ·  view source on GitHub ↗
(IntParIO)

Source from the content-addressed store, hash-verified

149 return PtrParIn
150
151def Proc2(IntParIO):
152 IntLoc = IntParIO + 10
153 while 1:
154 if Char1Glob == 'A':
155 IntLoc = IntLoc - 1
156 IntParIO = IntLoc - IntGlob
157 EnumLoc = Ident1
158 if EnumLoc == Ident1:
159 break
160 return IntParIO
161
162def Proc3(PtrParOut):
163 global IntGlob

Callers 1

Proc0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected