Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ follows
Method
follows
tests/timeline.py:919–920 ·
view source on GitHub ↗
(self, occurrence)
Source
from the content-addressed store, hash-verified
917
return
any(occ is self
for
occ in occurrence.preceding())
918
919
def
follows(self, occurrence):
920
return
occurrence.precedes(self)
921
922
def
realizes(self, expectation):
923
assert isinstance(expectation, Expectation)
Callers
nothing calls this directly
Calls
1
precedes
Method · 0.80
Tested by
no test coverage detected