你應該要知道的 Python 實用模組 - functools 教學
functools 模組是 Python 內建專門提供各種實用裝飾子(decorator)以及實用函式(function)的模組。
functools 模組最常被使用的功能主要為:
學會正確使用 functools 不僅可以提升效能,也可以有效地提升程式碼的簡潔性。
本文將以實際範例介紹 functools 模組中常用的功能。
Posted on Apr 10, 2023 in Python 程式設計 - 中階 by Amo Chen ‐ 6 min read