MCPcopy 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

frozenMethod · 0.95
unfrozenMethod · 0.95
wait_untilMethod · 0.95
test_lower_boundFunction · 0.80
test_frozenFunction · 0.80
test_unobservedFunction · 0.80
test_newFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by 4

test_lower_boundFunction · 0.64
test_frozenFunction · 0.64
test_unobservedFunction · 0.64
test_newFunction · 0.64