MCPcopy 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
302class RawProxy(BaseProxy):

Callers

nothing calls this directly

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected