Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ __lt__
Method
__lt__
src/_pytest/_py/path.py:579–580 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
577
return
not (self == other)
578
579
def
__lt__(self, other):
580
return
os.fspath(self) < os.fspath(other)
581
582
def
__gt__(self, other):
583
return
os.fspath(self) > os.fspath(other)
Callers
nothing calls this directly
Calls
1
fspath
Method · 0.80
Tested by
no test coverage detected