MCPcopy Create free account
hub / github.com/ActiveState/code / __del__

Method __del__

recipes/Python/578488_Threaded/recipe-578488.py:37–38  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 self._next = itertools.count().next
36
37 def __del__(self):
38 self.close()
39
40 def put(self, command, request=True):
41 with self._lock:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected