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

Method preceding

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

Source from the content-addressed store, hash-verified

871 return occ
872
873 def preceding(self):
874 it = self.and_preceding()
875 next(it)
876 return it
877
878 def and_preceding(self, up_to=None, inclusive=False):
879 assert self.timeline is not None

Callers 1

precedesMethod · 0.80

Calls 1

and_precedingMethod · 0.95

Tested by

no test coverage detected