/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.12.13
Doc/library/functional.rst
15 строк
365 B
Georg Brandl
itertools, operator and functools are not really "numeric" modules; move them into their own "functional" chapter.
06 янв 2011, 12:23
06 янв 2011, 12:23
77041b2
Код
Авторство
О чём код?
****************************** 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