Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ __del__
Method
__del__
contrib/assets_tutorial/test_framework/daemon.py:82–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
80
self.start(ext_args, keep_datadir)
81
82
def
__del__(self):
83
self.shutdown()
84
85
def
__getattr__(self, name):
86
""
"Dispatches any unrecognised messages to the RPC connection or a CLI instance."
""
Callers
nothing calls this directly
Calls
1
shutdown
Method · 0.95
Tested by
no test coverage detected