functools --- 高階関数と呼び出し可能オブジェクトの操作

ソースコード: Lib/functools.py The functools module is for higher-order functions: functions that act on or return other functions. In general, any callable object can be treated as a function for the pu...