Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ close
Method
close
bitcoin/rpc.py:293–295 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
291
rdata,
'...'
if
len(rdata) > 20
else
''
))})
292
293
def
close(self):
294
if
self.__conn is not None:
295
self.__conn.close()
296
297
def
__del__(self):
298
if
self.__conn is not None:
Callers
2
__del__
Method · 0.80
send-addrs-msg.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected