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

Method test

tests/timeline.py:744–750  ·  view source on GitHub ↗
(self, first, last)

Source from the content-addressed store, hash-verified

742 self.circumstances = circumstances
743
744 def test(self, first, last):
745 assert isinstance(first, Occurrence)
746 assert isinstance(last, Occurrence)
747
748 for occ in first.and_following(up_to=last, inclusive=True):
749 if occ.circumstances == self.circumstances:
750 yield {self: occ}
751
752 def describe(self):
753 rest = repr(self.circumstances[1:])

Callers

nothing calls this directly

Calls 1

and_followingMethod · 0.80

Tested by

no test coverage detected