Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ __len__
Method
__len__
tensorpack/dataflow/parallel.py:460–461 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
458
th.start()
459
460
def
__len__(self):
461
return
self.threads[0].df.__len__()
462
463
def
__iter__(self):
464
for
k in itertools.count():
Callers
3
__init__
Method · 0.95
__init__
Method · 0.45
__len__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected