Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ __del__
Method
__del__
recipes/Python/578488_Threaded/recipe-578488.py:166–167 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
164
self.start()
165
166
def
__del__(self):
167
self.close()
168
169
def
put(self, frame, request=True):
170
return
self._communicator.put(frame, request)
Callers
nothing calls this directly
Calls
1
close
Method · 0.95
Tested by
no test coverage detected