MCPcopy Create free account
hub / github.com/apache/mesos / __del__

Method __del__

src/python/cli_new/lib/cli/tests/base.py:98–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 self.proc = None
97
98 def __del__(self):
99 if hasattr(self, "proc") and self.proc is not None:
100 self.kill()
101
102 def launch(self):
103 """

Callers

nothing calls this directly

Calls 1

killMethod · 0.95

Tested by

no test coverage detected