标签: functools

1 篇文章

thumbnail
【Python进阶】functools
functools 是 Python 标准库中用于 函数式编程 的工具集合,提供了高阶函数与装饰器,方便实现缓存、偏函数、比较规则、装饰器开发等功能。 1. functools.partial —— …