Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ unfrozen
Method
unfrozen
tests/timeline.py:113–118 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
111
112
@contextlib.contextmanager
113
def
unfrozen(self):
114
was_frozen = self.is_frozen
115
self.unfreeze()
116
yield
117
if
was_frozen or self.is_final:
118
self.freeze()
119
120
@property
121
def
is_final(self):
Callers
2
finalize
Method · 0.95
test_frozen
Function · 0.80
Calls
2
unfreeze
Method · 0.95
freeze
Method · 0.95
Tested by
1
test_frozen
Function · 0.64