MCPcopy 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

precedesMethod · 0.80

Tested by

no test coverage detected