Carrot v0.4.0 documentation

carrot.backends

carrot.backends

carrot.backends.get_backend_cls(backend)

Get backend class by name.

If the name does not include “.” (is not fully qualified), "carrot.backends." will be prepended to the name. e.g. "pyqueue" becomes "carrot.backends.pyqueue".

carrot.backends.get_default_backend_cls
class carrot.backends.DefaultBackend
The default backend class. This is the class specified in DEFAULT_BACKEND.