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

Method last

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

Source from the content-addressed store, hash-verified

67
68 @property
69 def last(self):
70 self.expect_frozen()
71 return self._last
72
73 def history(self):
74 self.expect_frozen()

Callers

nothing calls this directly

Calls 1

expect_frozenMethod · 0.95

Tested by

no test coverage detected