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

Function _send_io_message

_pydevd_bundle/pydevd_comm.py:599–602  ·  view source on GitHub ↗
(py_db, s)

Source from the content-addressed store, hash-verified

597
598
599def _send_io_message(py_db, s):
600 cmd = py_db.cmd_factory.make_io_message(s, 2)
601 if py_db.writer is not None:
602 py_db.writer.add_command(cmd)
603
604
605def internal_reload_code(dbg, seq, module_name, filename):

Callers 1

internal_reload_codeFunction · 0.85

Calls 2

make_io_messageMethod · 0.45
add_commandMethod · 0.45

Tested by

no test coverage detected