Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_response
Function · 0.80
test_conditional
Function · 0.80
Calls
1
expect_frozen
Method · 0.95
Tested by
2
test_request_response
Function · 0.64
test_conditional
Function · 0.64