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

Method __reversed__

tests/timeline.py:89–91  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

87 return Interval(self, index.start, index.stop)
88
89 def __reversed__(self):
90 self.expect_frozen()
91 return self.last.and_preceding()
92
93 @property
94 def is_frozen(self):

Callers

nothing calls this directly

Calls 2

expect_frozenMethod · 0.95
and_precedingMethod · 0.80

Tested by

no test coverage detected