Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ __lt__
Method
__lt__
tests/timeline.py:934–935 ·
view source on GitHub ↗
(self, occurrence)
Source
from the content-addressed store, hash-verified
932
yield
{self: self}
933
934
def
__lt__(self, occurrence):
935
return
self.precedes(occurrence)
936
937
def
__gt__(self, occurrence):
938
return
occurrence.precedes(self)
Callers
nothing calls this directly
Calls
1
precedes
Method · 0.95
Tested by
no test coverage detected