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

Method unfreeze

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

Source from the content-addressed store, hash-verified

98 self._accepting_new.clear()
99
100 def unfreeze(self):
101 if not self.is_final:
102 self._accepting_new.set()
103
104 @contextlib.contextmanager
105 def frozen(self):

Callers 8

frozenMethod · 0.95
unfrozenMethod · 0.95
wait_untilMethod · 0.95
proceedMethod · 0.95
sendMethod · 0.80
__exit__Method · 0.80
test_frozenFunction · 0.80
test_newFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_frozenFunction · 0.64
test_newFunction · 0.64