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

Function Proc6

benches/benchmarks/pystone.py:186–203  ·  view source on GitHub ↗
(EnumParIn)

Source from the content-addressed store, hash-verified

184 BoolGlob = FALSE
185
186def Proc6(EnumParIn):
187 EnumParOut = EnumParIn
188 if not Func3(EnumParIn):
189 EnumParOut = Ident4
190 if EnumParIn == Ident1:
191 EnumParOut = Ident1
192 elif EnumParIn == Ident2:
193 if IntGlob > 100:
194 EnumParOut = Ident1
195 else:
196 EnumParOut = Ident4
197 elif EnumParIn == Ident3:
198 EnumParOut = Ident2
199 elif EnumParIn == Ident4:
200 pass
201 elif EnumParIn == Ident5:
202 EnumParOut = Ident3
203 return EnumParOut
204
205def Proc7(IntParI1, IntParI2):
206 IntLoc = IntParI1 + 2

Callers 2

Proc0Function · 0.85
Proc1Function · 0.85

Calls 1

Func3Function · 0.85

Tested by

no test coverage detected