MCPcopy Create free account
hub / github.com/ddnet/ddnet / __del__

Method __del__

scripts/integration_test.py:221–222  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

219 run_test_timeout_thread(f"{self.name}_timeout", self, self.test_timeout_queue, TimeoutParam(timeout, f"{self.name} test"))
220
221 def __del__(self):
222 self.kill_all()
223
224 def register_process(self, process, name, full_stdout, full_stderr):
225 self.processes.append(process)

Callers

nothing calls this directly

Calls 1

kill_allMethod · 0.95

Tested by

no test coverage detected