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

Method wait_until_realized

tests/timeline.py:202–205  ·  view source on GitHub ↗
(self, expectation, freeze=None, explain=True, observe=True)

Source from the content-addressed store, hash-verified

200 return latest_of(reasons.values())
201
202 def wait_until_realized(self, expectation, freeze=None, explain=True, observe=True):
203 if explain:
204 log.info("Waiting for {0!r}", expectation)
205 return self._wait_until_realized(expectation, freeze, explain, observe)
206
207 def wait_for(self, expectation, freeze=None, explain=True):
208 assert expectation.has_lower_bound, (

Callers 7

wait_until_realizedMethod · 0.45
wait_for_responseMethod · 0.45
_request_startMethod · 0.45
wait_for_disconnectMethod · 0.45
wait_for_terminatedMethod · 0.45
test_module_eventsFunction · 0.45
test_unobservedFunction · 0.45

Calls 2

_wait_until_realizedMethod · 0.95
infoMethod · 0.80

Tested by 2

test_module_eventsFunction · 0.36
test_unobservedFunction · 0.36