MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / kill_process

Method kill_process

test/functional/test_framework/test_node.py:530–533  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

528 self.wait_until(lambda: self.is_node_stopped(**kwargs), timeout=timeout)
529
530 def kill_process(self):
531 self.process.kill()
532 self.wait_until_stopped(expected_ret_code=1 if platform.system() == "Windows" else -9)
533 assert self.is_node_stopped()
534
535 def replace_in_config(self, replacements):
536 """

Calls 2

wait_until_stoppedMethod · 0.95
is_node_stoppedMethod · 0.95

Tested by

no test coverage detected