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

Method __iter__

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

Source from the content-addressed store, hash-verified

306 return dp
307
308 def __iter__(self):
309 with self._guard, _zmq_catch_error(type(self).__name__):
310 yield from super(MultiProcessMapDataZMQ, self).__iter__()
311
312
313class MultiProcessMapAndBatchDataZMQ(_MultiProcessZMQDataFlow):

Callers

nothing calls this directly

Calls 2

_zmq_catch_errorFunction · 0.85
__iter__Method · 0.45

Tested by

no test coverage detected