MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / __iter__

Method __iter__

tensorpack/dataflow/parallel_map.py:198–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 self._in_queue.put(dp)
197
198 def __iter__(self):
199 with self._guard:
200 yield from super(MultiThreadMapData, self).__iter__()
201
202 def __del__(self):
203 if self._evt is not None:

Callers

nothing calls this directly

Calls 1

__iter__Method · 0.45

Tested by

no test coverage detected