MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / accept_message

Function accept_message

tests_python/test_debugger_json.py:613–619  ·  view source on GitHub ↗
(output_event)

Source from the content-addressed store, hash-verified

611 json_facade.write_continue()
612
613 def accept_message(output_event):
614 msg = output_event.body.output
615 ctx = output_event.body.category
616
617 if ctx == "stdout":
618 msg = msg.strip()
619 return msg == "var '_a' is 2"
620
621 messages = json_facade.mark_messages(OutputEvent, accept_message)
622 if scenario == "hitCondition":

Callers 2

mark_messagesMethod · 0.70
accept_json_messageMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected