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

Function Func3

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

Source from the content-addressed store, hash-verified

246 return FALSE
247
248def Func3(EnumParIn):
249 EnumLoc = EnumParIn
250 if EnumLoc == Ident3: return TRUE
251 return FALSE
252
253if __name__ == '__main__':
254 if "LOOPS" not in globals():

Callers 1

Proc6Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected