python-project/python-3.7.4-docs-html/_sources/library/functional.rst.txt

16 lines
365 B
Plaintext
Raw Normal View History

2019-07-15 11:16:41 -05:00
******************************
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