MCPcopy Create free account
hub / github.com/microsoft/debugpy / precedes

Method precedes

tests/timeline.py:915–917  ·  view source on GitHub ↗
(self, occurrence)

Source from the content-addressed store, hash-verified

913 yield occ
914
915 def precedes(self, occurrence):
916 assert isinstance(occurrence, Occurrence)
917 return any(occ is self for occ in occurrence.preceding())
918
919 def follows(self, occurrence):
920 return occurrence.precedes(self)

Callers 3

__lt__Method · 0.95
followsMethod · 0.80
__gt__Method · 0.80

Calls 1

precedingMethod · 0.80

Tested by

no test coverage detected