This document describes Celery 2.4. For development docs, go here.

celery.utils.compat

celery.utils.compat

Backward compatible implementations of features only available in newer Python versions.

copyright:
  1. 2009 - 2011 by Ask Solem.
license:

BSD, see LICENSE for more details.

celery.utils.compat.chain_from_iterable()

chain.from_iterable(iterable) –> chain object

Alternate chain() contructor taking a single iterable argument that evaluates lazily.