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

Function Func1

benches/benchmarks/pystone.py:223–229  ·  view source on GitHub ↗
(CharPar1, CharPar2)

Source from the content-addressed store, hash-verified

221 IntGlob = 5
222
223def Func1(CharPar1, CharPar2):
224 CharLoc1 = CharPar1
225 CharLoc2 = CharLoc1
226 if CharLoc2 != CharPar2:
227 return Ident1
228 else:
229 return Ident2
230
231def Func2(StrParI1, StrParI2):
232 IntLoc = 1

Callers 2

Proc0Function · 0.85
Func2Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected