MCPcopy 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
factoryFunction · 0.95
make_timelineFunction · 0.95
test_occurrencesFunction · 0.80
test_eventFunction · 0.80
test_request_responseFunction · 0.80
test_concurrencyFunction · 0.80

Calls 1

expect_frozenMethod · 0.95

Tested by 6

factoryFunction · 0.76
make_timelineFunction · 0.76
test_occurrencesFunction · 0.64
test_eventFunction · 0.64
test_request_responseFunction · 0.64
test_concurrencyFunction · 0.64