Python Functools
functools is a module supporting the construction of efficient functions.
Contents
Usage
@Cache
@Cached_Property
Cmp_To_Key
@Lru_Cache
Partial
PartialMethod
Reduce
@SingleDispatch
@SingleDispatchMethod
Update_Wrapper
@Total_Ordering
@Wraps
See also
Python functools module documentation
Python Module of the Day article for functools