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

Function Proc3

benches/benchmarks/pystone.py:162–170  ·  view source on GitHub ↗
(PtrParOut)

Source from the content-addressed store, hash-verified

160 return IntParIO
161
162def Proc3(PtrParOut):
163 global IntGlob
164
165 if PtrGlb is not None:
166 PtrParOut = PtrGlb.PtrComp
167 else:
168 IntGlob = 100
169 PtrGlb.IntComp = Proc7(10, IntGlob)
170 return PtrParOut
171
172def Proc4():
173 global Char2Glob

Callers 1

Proc1Function · 0.85

Calls 1

Proc7Function · 0.85

Tested by

no test coverage detected