Current Path : /proc/2568807/root/usr/src/Python-3.12.7/Doc/library/ |
Current File : //proc/2568807/root/usr/src/Python-3.12.7/Doc/library/functional.rst |
****************************** Functional Programming Modules ****************************** The modules described in this chapter provide functions and classes that support a functional programming style, and general operations on callables. The following modules are documented in this chapter: .. toctree:: itertools.rst functools.rst operator.rst