Robuta

https://pymotw.com/3/functools/index.html functools — Tools for Manipulating Functions — PyMOTW 3 functoolsmanipulatingfunctions https://docs.python.org/3/library/functools.html functools — Higher-order functions and operations on callable objects — Python 3.14.4 documentation Source code: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable... higher order functionscallable objectsfunctoolsoperationspython