Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ history
Method
history
tests/timeline.py:73–75 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
return
self._last
72
73
def
history(self):
74
self.expect_frozen()
75
return
list(iter(self))
76
77
def
__contains__(self, expectation):
78
self.expect_frozen()
Callers
7
__len__
Method · 0.95
factory
Function · 0.95
make_timeline
Function · 0.95
test_occurrences
Function · 0.80
test_event
Function · 0.80
test_request_response
Function · 0.80
test_concurrency
Function · 0.80
Calls
1
expect_frozen
Method · 0.95
Tested by
6
factory
Function · 0.76
make_timeline
Function · 0.76
test_occurrences
Function · 0.64
test_event
Function · 0.64
test_request_response
Function · 0.64
test_concurrency
Function · 0.64