Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _send
Method
_send
tensorpack/dataflow/parallel_map.py:195–196 ·
view source on GitHub ↗
(self, dp)
Source
from the content-addressed store, hash-verified
193
return
self._out_queue.get()
194
195
def
_send(self, dp):
196
self._in_queue.put(dp)
197
198
def
__iter__(self):
199
with
self._guard:
Callers
nothing calls this directly
Calls
1
put
Method · 0.80
Tested by
no test coverage detected