导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.6.7 文档 »
  • Python 标准库 »
  • |

10. 函数式编程模块¶

本章里描述的模块提供了函数和类,以支持函数式编程风格和在可调用对象上的通用操作。

本章对下列模块进行说明:

  • 10.1. itertools — 为高效循环而创建迭代器的函数
    • 10.1.1. Itertool函数
    • 10.1.2. Itertools食谱
  • 10.2. functools — Higher-order functions and operations on callable objects
    • 10.2.1. partial Objects
  • 10.3. operator — Standard operators as functions
    • 10.3.1. Mapping Operators to Functions
    • 10.3.2. Inplace Operators

上一个主题

9.7. statistics — Mathematical statistics functions

下一个主题

10.1. itertools — 为高效循环而创建迭代器的函数

本页

  • 提交 Bug
  • 显示源代码

导航

  • 索引
  • 模块 |
  • 下一页 |
  • 上一页 |
  • Python »
  • zh_CN 3.6.7 文档 »
  • Python 标准库 »
  • |
© 版权所有 2001-2018, Python Software Foundation.
Python 软件基金会是一个非盈利组织。 请捐助。
最后更新于 10月 25, 2018. 发现了问题?
使用Sphinx1.8.1 创建。