Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ __iter__
Method
__iter__
tensorpack/dataflow/parallel.py:490–493 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
488
self.client = plasma.connect(self._socket,
""
, 0)
489
490
def
__iter__(self):
491
for
dp in self.ds:
492
oid = self.client.put(dp)
493
yield
[oid.binary()]
494
495
496
class
PlasmaGetData(ProxyDataFlow):
Callers
nothing calls this directly
Calls
1
put
Method · 0.80
Tested by
no test coverage detected