##### functools 库 - 高阶函数 ```python from functools import partial from functools import reduce ``` ##### functools 主要API - [[functools.partial()]] - [[functools.reduce()]]