D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
local
/
src
/
Python-3.9.9
/
Doc
/
library
/
Filename :
functional.rst
back
Copy
****************************** 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