Back to Kbengine

Functional Programming Modules

kbe/src/lib/python/Doc/library/functional.rst

2.5.12364 B
Original Source

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