MCPcopy Index your code
hub / github.com/python/cpython / lt

Method lt

Lib/test/test_patma.py:2720–2722  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

2718 # Side effects must be possible in guards:
2719 effects = []
2720 def lt(x, y):
2721 effects.append((x, y))
2722 return x < y
2723
2724 res = None
2725 match {"foo": 1}:

Callers 9

demo2Function · 0.80
test_operatorMethod · 0.80
test_ltMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
fractalgonMethod · 0.80
fractalMethod · 0.80
mainFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected