MCPcopy 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
476class PlasmaPutData(ProxyDataFlow):

Callers 1

del_weakrefFunction · 0.45

Calls 2

stopMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected