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

Method __gt__

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

Source from the content-addressed store, hash-verified

935 return self.precedes(occurrence)
936
937 def __gt__(self, occurrence):
938 return occurrence.precedes(self)
939
940 def __le__(self, occurrence):
941 return self is occurrence or self < occurrence

Callers

nothing calls this directly

Calls 1

precedesMethod · 0.80

Tested by

no test coverage detected