Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ __gt__
Method
__gt__
src/_pytest/_py/path.py:582–583 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
580
return
os.fspath(self) < os.fspath(other)
581
582
def
__gt__(self, other):
583
return
os.fspath(self) > os.fspath(other)
584
585
def
samefile(self, other):
586
""
"Return True if 'other' references the same file as 'self'."
""
Callers
nothing calls this directly
Calls
1
fspath
Method · 0.80
Tested by
no test coverage detected