~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-3.5.2-docs-html/_sources/library/functional.txt

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
******************************
 
2
Functional Programming Modules
 
3
******************************
 
4
 
 
5
The modules described in this chapter provide functions and classes that support
 
6
a functional programming style, and general operations on callables.
 
7
 
 
8
The following modules are documented in this chapter:
 
9
 
 
10
 
 
11
.. toctree::
 
12
 
 
13
   itertools.rst
 
14
   functools.rst
 
15
   operator.rst