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

Function do_kill

tests_python/test_debugger.py:3213–3216  ·  view source on GitHub ↗
(writer)

Source from the content-addressed store, hash-verified

3211 self.finished_ok = True
3212
3213 def do_kill(writer):
3214 debugger_unittest.AbstractWriterThread.do_kill(writer)
3215 if hasattr(writer, "secondary_multi_proc_process_writer"):
3216 writer.secondary_multi_proc_process_writer.do_kill()
3217
3218 with case_setup_remote.test_file(
3219 "_debugger_case_remote_1.py",

Callers

nothing calls this directly

Calls 1

do_killMethod · 0.45

Tested by

no test coverage detected