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

Function Proc4

benches/benchmarks/pystone.py:172–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 return PtrParOut
171
172def Proc4():
173 global Char2Glob
174
175 BoolLoc = Char1Glob == 'A'
176 BoolLoc = BoolLoc or BoolGlob
177 Char2Glob = 'B'
178
179def Proc5():
180 global Char1Glob

Callers 1

Proc0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected