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

Method following

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

Source from the content-addressed store, hash-verified

891 yield occ
892
893 def following(self):
894 it = self.and_following()
895 next(it)
896 return it
897
898 def and_following(self, up_to=None, inclusive=False):
899 assert self.timeline is not None

Callers

nothing calls this directly

Calls 1

and_followingMethod · 0.95

Tested by

no test coverage detected