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

Method has_been_realized

tests/timeline.py:193–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 self, expectation, freeze=None, explain=True, observe=True
192 ):
193 def has_been_realized():
194 for reasons in expectation.test(self.beginning, self.last):
195 if observe:
196 self.expect_realized(expectation, explain=explain, observe=observe)
197 return reasons
198
199 reasons = self.wait_until(has_been_realized, freeze)
200 return latest_of(reasons.values())

Callers

nothing calls this directly

Calls 2

expect_realizedMethod · 0.95
testMethod · 0.45

Tested by

no test coverage detected