= Python Functools = '''`functools`''' is a module supporting the construction of efficient functions. <> ---- == Usage == === @Cache === ---- === @Cached_Property === ---- === Cmp_To_Key === ---- === @Lru_Cache === ---- === Partial === ---- === PartialMethod === ---- === Reduce === ---- === @SingleDispatch === ---- === @SingleDispatchMethod === ---- === Update_Wrapper === ---- === @Total_Ordering === ---- === @Wraps === ---- == See also == [[https://docs.python.org/3/library/functools.html|Python functools module documentation]] [[https://pymotw.com/3/functools/|Python Module of the Day article for functools]] ---- CategoryRicottone