Search notes:

Python standard library: functools

functools is used with and for callable objects.
functools is a wrapper module for the C module _functools.

See also

partial() creates a partial object.
The cache decorator.
standard library

Index