MCPcopy
hub / github.com/celery/celery / IncompleteStream

Class IncompleteStream

celery/exceptions.py:222–223  ·  view source on GitHub ↗

Found the end of a stream of data, but the data isn't complete.

Source from the content-addressed store, hash-verified

220
221
222class IncompleteStream(TaskError):
223 """Found the end of a stream of data, but the data isn't complete."""
224
225
226class NotRegistered(KeyError, TaskError):

Callers 1

iterdepsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected