Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 3398dcb14f6d43bf1619f7c32fe8d888c354e6b2 authored by Ned Deily on 05 December 2017, 08:26:08 UTC
Bump to 3.6.4rc1
Tip revision: 3398dcb
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
back to top