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

Method expect_no_new

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

Source from the content-addressed store, hash-verified

271 assert expectation not in self
272
273 def expect_no_new(self, expectation):
274 self.expect_frozen()
275 assert expectation not in self.new()
276
277 def _explain_how_realized(self, expectation, reasons):
278 message = f"Realized {expectation!r}"

Callers

nothing calls this directly

Calls 2

expect_frozenMethod · 0.95
newMethod · 0.95

Tested by

no test coverage detected