Files
INTUIA/Programa final/Python-3.10.15/Doc/library/functional.rst
T
2026-03-15 13:27:50 +00:00

16 lines
365 B
ReStructuredText

******************************
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