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

Method kill

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

Kill process without giving it warning.

(self)

Source from the content-addressed store, hash-verified

254 return self.proc.returncode
255
256 def kill(self):
257 """Kill process without giving it warning."""
258 self.proc.kill()
259 self.proc.wait()
260
261 def logs_catchup(self):
262 """Save the latest stdout / stderr contents; return true if we got anything.

Callers 8

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

Calls 1

waitMethod · 0.45