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

Function Proc5

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

Source from the content-addressed store, hash-verified

177 Char2Glob = 'B'
178
179def Proc5():
180 global Char1Glob
181 global BoolGlob
182
183 Char1Glob = 'A'
184 BoolGlob = FALSE
185
186def Proc6(EnumParIn):
187 EnumParOut = EnumParIn

Callers 1

Proc0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected