Functools

Some classes that are applied to functions and change the way the function is called. Some of those listed are present in the functools [0] module.

Functools for one function

Functools for several functions

  • chained(), apply several functions (successively).

References