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

Method __len__

tensorpack/dataflow/parallel.py:355–356  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

353 return ret
354
355 def __len__(self):
356 return self.ds.__len__()
357
358 def __iter__(self):
359 with self._guard, _zmq_catch_error('MultiProcessRunnerZMQ'):

Callers

nothing calls this directly

Calls 1

__len__Method · 0.45

Tested by

no test coverage detected