Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_operator
Method · 0.80
test_lt
Method · 0.80
py_new
Method · 0.80
Calls
1
append
Method · 0.45
Tested by
no test coverage detected