MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / DataFlowTerminated

Class DataFlowTerminated

tensorpack/dataflow/base.py:14–21  ·  view source on GitHub ↗

An exception indicating that the DataFlow is unable to produce any more data, i.e. something wrong happened so that calling :meth:`get_data` cannot give a valid iterator any more. In most DataFlow this will never be raised.

Source from the content-addressed store, hash-verified

12
13
14class DataFlowTerminated(BaseException):
15 """
16 An exception indicating that the DataFlow is unable to produce any more
17 data, i.e. something wrong happened so that calling :meth:`get_data`
18 cannot give a valid iterator any more.
19 In most DataFlow this will never be raised.
20 """
21 pass
22
23
24class DataFlowReentrantGuard(object):

Callers 1

_zmq_catch_errorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected