What does functools provide?
Standard library essentials
Audio flashcard · 0:15Nortren·
What does functools provide?
0:15
Functools provides higher-order functions and tools for working with functions. Key tools include partial for partial application, reduce for reduction, lru_cache and cache for memoization, wraps for preserving function metadata in decorators, and singledispatch for function overloading by argument type.
docs.python.org