Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ __del__
Method
__del__
tensorpack/dataflow/parallel.py:469–473 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
467
yield
self.queue.get()
468
469
def
__del__(self):
470
for
p in self.threads:
471
if
p.is_alive():
472
p.stop()
473
p.join()
474
475
476
class
PlasmaPutData(ProxyDataFlow):
Callers
1
del_weakref
Function · 0.45
Calls
2
stop
Method · 0.80
join
Method · 0.80
Tested by
no test coverage detected