MCPcopy 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_timelineFunction · 0.95
get_test_server_portFunction · 0.45

Calls 2

finalizeMethod · 0.95
expect_no_unobservedMethod · 0.80

Tested by 1

make_timelineFunction · 0.76