This document describes the current stable version of Celery (4.2). For development docs, go here.
celery.app.defaults¶
Configuration introspection and defaults.
-
class
celery.app.defaults.Option(default=None, *args, **kwargs)[source]¶ Decribes a Celery configuration option.
-
alt= None¶
-
deprecate_by= None¶
-
old= set([])¶
-
remove_by= None¶
-
typemap= {u'any': <function <lambda> at 0x7f6ddcf2ab18>, u'bool': <function strtobool at 0x7f6ddcf2a500>, u'dict': <type 'dict'>, u'float': <type 'float'>, u'int': <type 'int'>, u'string': <type 'str'>, u'tuple': <type 'tuple'>}¶
-