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

Method expect_not_realized

tests/timeline.py:269–271  ·  view source on GitHub ↗
(self, expectation)

Source from the content-addressed store, hash-verified

267 )
268
269 def expect_not_realized(self, expectation):
270 self.expect_frozen()
271 assert expectation not in self
272
273 def expect_no_new(self, expectation):
274 self.expect_frozen()

Callers 2

test_request_responseFunction · 0.80
test_conditionalFunction · 0.80

Calls 1

expect_frozenMethod · 0.95

Tested by 2

test_request_responseFunction · 0.64
test_conditionalFunction · 0.64