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

Method expect_realized

tests/timeline.py:258–259  ·  view source on GitHub ↗
(self, expectation, explain=True, observe=True)

Source from the content-addressed store, hash-verified

256 return occs if len(occs) > 1 else occs[0]
257
258 def expect_realized(self, expectation, explain=True, observe=True):
259 return self._expect_realized(expectation, self.beginning, explain, observe)
260
261 def expect_new(self, expectation, explain=True, observe=True):
262 assert (

Callers 5

has_been_realizedMethod · 0.95
test_eventFunction · 0.80
test_request_responseFunction · 0.80
test_conditionalFunction · 0.80
test_unobservedFunction · 0.80

Calls 1

_expect_realizedMethod · 0.95

Tested by 4

test_eventFunction · 0.64
test_request_responseFunction · 0.64
test_conditionalFunction · 0.64
test_unobservedFunction · 0.64