MCPcopy 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
48def _repeat_iter(get_itr):
49 while True:
50 yield from get_itr()
51
52
53def _bind_guard(sock, name):

Callers 2

runMethod · 0.85
__iter__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected