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

Method observe_all

tests/timeline.py:156–163  ·  view source on GitHub ↗
(self, expectation=None)

Source from the content-addressed store, hash-verified

154 occ.observed = True
155
156 def observe_all(self, expectation=None):
157 self.expect_frozen()
158 occs = (
159 list(self)
160 if expectation is None
161 else [occ for occ in self if occ == expectation]
162 )
163 self.observe(*occs)
164
165 def wait_until(self, condition, freeze=None):
166 freeze = freeze or self.is_frozen

Callers

nothing calls this directly

Calls 2

expect_frozenMethod · 0.95
observeMethod · 0.95

Tested by

no test coverage detected