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

Method __iter__

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

Source from the content-addressed store, hash-verified

55 raise Exception("Timeline can only be inspected while frozen.")
56
57 def __iter__(self):
58 self.expect_frozen()
59 return self._beginning.and_following()
60
61 def __len__(self):
62 return len(self.history())

Callers

nothing calls this directly

Calls 2

expect_frozenMethod · 0.95
and_followingMethod · 0.80

Tested by

no test coverage detected