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

Method wait_for_next

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

Source from the content-addressed store, hash-verified

216 return self._wait_until_realized(expectation, freeze, explain=explain)
217
218 def wait_for_next(self, expectation, freeze=True, explain=True, observe=True):
219 if explain:
220 log.info("Waiting for next {0!r}", expectation)
221 return self._wait_until_realized(
222 self._proceeding_from >> expectation, freeze, explain, observe
223 )
224
225 def new(self):
226 self.expect_frozen()

Callers 6

_start_channelMethod · 0.80
wait_for_next_eventMethod · 0.80
test_subprocessFunction · 0.80
test_unobservedFunction · 0.80
test_concurrencyFunction · 0.80

Calls 2

_wait_until_realizedMethod · 0.95
infoMethod · 0.80

Tested by 3

test_subprocessFunction · 0.64
test_unobservedFunction · 0.64
test_concurrencyFunction · 0.64