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

celery.app.defaults

celery.app.defaults

Configuration introspection and defaults.

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

BSD, see LICENSE for more details.

class celery.app.defaults.Option(default=None, *args, **kwargs)
to_python(value)
celery.app.defaults.find_deprecated_settings(source)
celery.app.defaults.flatten(d, ns='')
celery.app.defaults.str_to_bool(term, table={'false': False, 'no': False, '1': True, '0': False, 'yes': True, 'true': True})

Previous topic

celery.app.amqp

Next topic

celery.task

This Page