blob: 5b6185a65cd12cc437bf6d3b52ec71a13cae14ac [file] [log] [blame]
Georg Brandl77041b22011-01-06 09:23:19 +00001******************************
2Functional Programming Modules
3******************************
4
5The modules described in this chapter provide functions and classes that support
6a functional programming style, and general operations on callables.
7
8The following modules are documented in this chapter:
9
10
11.. toctree::
12
13 itertools.rst
14 functools.rst
15 operator.rst