Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ freeze
Method
freeze
tests/timeline.py:97–98 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
95
return
not self._accepting_new.is_set()
96
97
def
freeze(self):
98
self._accepting_new.clear()
99
100
def
unfreeze(self):
101
if
not self.is_final:
Callers
7
frozen
Method · 0.95
unfrozen
Method · 0.95
wait_until
Method · 0.95
test_lower_bound
Function · 0.80
test_frozen
Function · 0.80
test_unobserved
Function · 0.80
test_new
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
4
test_lower_bound
Function · 0.64
test_frozen
Function · 0.64
test_unobserved
Function · 0.64
test_new
Function · 0.64