Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ frozen
Method
frozen
tests/timeline.py:105–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
103
104
@contextlib.contextmanager
105
def
frozen(self):
106
was_frozen = self.is_frozen
107
self.freeze()
108
yield
109
if
not was_frozen and not self.is_final:
110
self.unfreeze()
111
112
@contextlib.contextmanager
113
def
unfrozen(self):
Callers
13
wait_until
Method · 0.95
factory
Function · 0.95
next
Method · 0.80
test_occurrences
Function · 0.80
test_event
Function · 0.80
test_request_response
Function · 0.80
test_after
Function · 0.80
test_before
Function · 0.80
test_and
Function · 0.80
test_or
Function · 0.80
test_xor
Function · 0.80
test_conditional
Function · 0.80
Calls
2
freeze
Method · 0.95
unfreeze
Method · 0.95
Tested by
11
factory
Function · 0.76
test_occurrences
Function · 0.64
test_event
Function · 0.64
test_request_response
Function · 0.64
test_after
Function · 0.64
test_before
Function · 0.64
test_and
Function · 0.64
test_or
Function · 0.64
test_xor
Function · 0.64
test_conditional
Function · 0.64
test_frozen
Function · 0.64