Was this section helpful?
functools
- Higher-order functions and operations on callable objects, Python Software Foundation, 2023 (Python Software Foundation) - Official documentation for Python's functools
module, which provides tools for working with higher-order functions, including partial
for function customization.