MCPcopy Create free account
hub / github.com/ElementsProject/lightning / kill

Method kill

contrib/pyln-testing/pyln/testing/utils.py:281–284  ·  view source on GitHub ↗

Kill process without giving it warning.

(self)

Source from the content-addressed store, hash-verified

279 return self.proc.returncode
280
281 def kill(self):
282 """Kill process without giving it warning."""
283 self.proc.kill()
284 self.proc.wait()
285
286 def cleanup_files(self):
287 """Ensure files are closed."""

Callers 13

stopMethod · 0.80
bitcoindFunction · 0.80
test_channel_persistenceFunction · 0.80
test_fail_unconfirmedFunction · 0.80
test_connect_ratelimitFunction · 0.80
test_important_pluginFunction · 0.80

Calls 1

waitMethod · 0.45