Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ close
Method
close
tests/timeline.py:142–144 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
140
assert self._record_queue.empty(),
"Finalized timeline had pending records"
141
142
def
close(self):
143
self.finalize()
144
self[:].expect_no_unobserved()
145
146
def
__enter__(self):
147
return
self
Callers
4
__leave__
Method · 0.95
make_timeline
Function · 0.95
get_test_server_port
Function · 0.45
wait_until_port_is_listening
Function · 0.45
Calls
2
finalize
Method · 0.95
expect_no_unobserved
Method · 0.80
Tested by
1
make_timeline
Function · 0.76