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

Method proceed

tests/timeline.py:233–237  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

231 return self[self.last : self.last]
232
233 def proceed(self):
234 self.expect_frozen()
235 self.new().expect_no_unobserved()
236 self._proceeding_from = self.last
237 self.unfreeze()
238
239 def _expect_realized(self, expectation, first, explain=True, observe=True):
240 self.expect_frozen()

Callers 12

send_requestMethod · 0.80
test_multiprocessingFunction · 0.80
test_subprocessFunction · 0.80
test_autokillFunction · 0.80
test_argv_quotingFunction · 0.80
test_subprocess_replaceFunction · 0.80
test_runFunction · 0.80
test_run_relative_pathFunction · 0.80
test_unobservedFunction · 0.80
test_newFunction · 0.80

Calls 4

expect_frozenMethod · 0.95
newMethod · 0.95
unfreezeMethod · 0.95
expect_no_unobservedMethod · 0.80

Tested by 11

test_multiprocessingFunction · 0.64
test_subprocessFunction · 0.64
test_autokillFunction · 0.64
test_argv_quotingFunction · 0.64
test_subprocess_replaceFunction · 0.64
test_runFunction · 0.64
test_run_relative_pathFunction · 0.64
test_unobservedFunction · 0.64
test_newFunction · 0.64