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

Method __len__

tensorpack/dataflow/base.py:183–184  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

181 self.ds.reset_state()
182
183 def __len__(self):
184 return self.ds.__len__()
185
186 def __iter__(self):
187 return self.ds.__iter__()

Callers

nothing calls this directly

Calls 1

__len__Method · 0.45

Tested by

no test coverage detected