Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ observe
Method
observe
tests/timeline.py:152–154 ·
view source on GitHub ↗
(self, *occurrences)
Source
from the content-addressed store, hash-verified
150
self.close()
151
152
def
observe(self, *occurrences):
153
for
occ in occurrences:
154
occ.observed = True
155
156
def
observe_all(self, expectation=None):
157
self.expect_frozen()
Callers
3
observe_all
Method · 0.95
_expect_realized
Method · 0.95
_process_event
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected