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

Method all_events

tests/debug/session.py:729–733  ·  view source on GitHub ↗
(self, event, body=some.object)

Source from the content-addressed store, hash-verified

727 self.request("initialize", self.capabilities)
728
729 def all_events(self, event, body=some.object):
730 return [
731 occ.body
732 for occ in self.timeline.all_occurrences_of(timeline.Event(event, body))
733 ]
734
735 def output(self, category):
736 """Returns all output of a given category as a single string, assembled from

Callers 1

outputMethod · 0.95

Calls 1

all_occurrences_ofMethod · 0.45

Tested by

no test coverage detected