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