This document describes an older version of Celery (2.5). For the latest stable version please go here.

celery.utils.compat

celery.utils.compat

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

copyright:
  1. 2009 - 2012 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.

Previous topic

celery.utils.encoding

Next topic

celery.utils.patch

This Page