Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ __del__
Method
__del__
bitcoin/rpc.py:297–299 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
295
self.__conn.close()
296
297
def
__del__(self):
298
if
self.__conn is not None:
299
self.__conn.close()
300
301
302
class
RawProxy(BaseProxy):
Callers
nothing calls this directly
Calls
1
close
Method · 0.80
Tested by
no test coverage detected