Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ __lt__
Method
__lt__
testing/test_assertrewrite.py:696–697 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
694
raise
ValueError(42)
695
696
def
__lt__(self, other):
697
return
A()
698
699
def
__repr__(self):
700
return
"<MY42 object>"
Callers
nothing calls this directly
Calls
1
A
Class · 0.70
Tested by
no test coverage detected