Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 365 Bytes

functional.rst

File metadata and controls

15 lines (10 loc) · 365 Bytes

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