MCPcopy Create free account
hub / github.com/ElementsProject/elements / restart

Method restart

contrib/assets_tutorial/test_framework/daemon.py:79–80  ·  view source on GitHub ↗
(self, ext_args = None, keep_datadir = False)

Source from the content-addressed store, hash-verified

77 self.addnode("localhost:%s" % other.config['port'], "onetry")
78
79 def restart(self, ext_args = None, keep_datadir = False):
80 self.start(ext_args, keep_datadir)
81
82 def __del__(self):
83 self.shutdown()

Callers 1

assets_tutorial.pyFile · 0.80

Calls 1

startMethod · 0.95

Tested by

no test coverage detected