(py_db, s)
| 597 | |
| 598 | |
| 599 | def _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 | |
| 605 | def internal_reload_code(dbg, seq, module_name, filename): |
no test coverage detected