MCPcopy Create free account
hub / github.com/microsoft/debugpy / expect_frozen

Method expect_frozen

tests/timeline.py:53–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

51 self._proceeding_from = self._beginning
52
53 def expect_frozen(self):
54 if not self.is_frozen:
55 raise Exception("Timeline can only be inspected while frozen.")
56
57 def __iter__(self):
58 self.expect_frozen()

Callers 14

__iter__Method · 0.95
lastMethod · 0.95
historyMethod · 0.95
__contains__Method · 0.95
__reversed__Method · 0.95
observe_allMethod · 0.95
newMethod · 0.95
proceedMethod · 0.95
_expect_realizedMethod · 0.95
expect_not_realizedMethod · 0.95
expect_no_newMethod · 0.95
__new__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected