Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
frozen
Method · 0.95
unfrozen
Method · 0.95
wait_until
Method · 0.95
proceed
Method · 0.95
send
Method · 0.80
__exit__
Method · 0.80
test_frozen
Function · 0.80
test_new
Function · 0.80
Calls
no outgoing calls
Tested by
2
test_frozen
Function · 0.64
test_new
Function · 0.64