Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _repeat_iter
Function
_repeat_iter
tensorpack/dataflow/parallel.py:48–50 ·
view source on GitHub ↗
(get_itr)
Source
from the content-addressed store, hash-verified
46
47
48
def
_repeat_iter(get_itr):
49
while
True:
50
yield
from
get_itr()
51
52
53
def
_bind_guard(sock, name):
Callers
2
run
Method · 0.85
__iter__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected