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

Method lt

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

Source from the content-addressed store, hash-verified

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

Callers 3

test_operatorMethod · 0.80
test_ltMethod · 0.80
py_newMethod · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected