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

celery.utils.functional

celery.utils.functional

Utilities for functions.

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

BSD, see LICENSE for more details.

celery.utils.functional.maybe_list(l)
celery.utils.functional.memoize(maxsize=None, Cache=<class celery.datastructures.LRUCache at 0x1cd4a10>)

Previous topic

celery.utils

Next topic

celery.utils.term

This Page