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

Method wait

tests/timeline.py:445–449  ·  view source on GitHub ↗
(self, freeze=None, explain=True)

Source from the content-addressed store, hash-verified

443 raise NotImplementedError()
444
445 def wait(self, freeze=None, explain=True):
446 assert (
447 self.timeline is not None
448 ), "Expectation must be bound to a timeline to be waited on."
449 return self.timeline.wait_for(self, freeze, explain)
450
451 def wait_until_realized(self, freeze=None):
452 return self.timeline.wait_until_realized(self, freeze)

Callers 3

wait_untilMethod · 0.45
_recorder_workerMethod · 0.45
causingMethod · 0.45

Calls 1

wait_forMethod · 0.45

Tested by

no test coverage detected