44、'map',  根据提供的函数对指定序列做映射。

class map(object)
| map(func, *iterables) --> map object
|
| Make an iterator that computes the function using arguments from
| each of the iterables. Stops when the shortest iterable is exhausted.
|
| Methods defined here:
|
| __getattribute__(self, name, /)
| Return getattr(self, name).
|
| __iter__(self, /)
| Implement iter(self).
|
| __new__(*args, **kwargs) from builtins.type
| Create and return a new object. See help(type) for accurate signature.
|
| __next__(self, /)
| Implement next(self).
|
| __reduce__(...)
| Return state information for pickling.

  

最新文章

  1. 用Kotlin语言重新编写Plaid APP:经验教训(II)
  2. iOS控制器的生命周期分析和使用
  3. SQL Server日期与字符串之间的转换
  4. udp-->socket通信原理
  5. Wall--POJ1113(极角排序+求凸包)
  6. memset与malloc性能测试
  7. 【 Quartz】使用 JobListener (任务监听器可实现) 我想在一个任务执行后在执行第二个任务怎么办呢
  8. 安全测试常见的10个问题 ZT
  9. 以前写过的ajax基础案例(王欢-huanhuan)
  10. 页面与母版页面的asp:ContentPlaceHolder不匹配
  11. Recovering a WiredTiger collection from a corrupt MongoDB installation
  12. SVN·最新使用教程总结
  13. win10预览版无开始菜单解决方案
  14. springMVC2
  15. Atom使用
  16. 通过python的hashlib模块计算一个文件的MD5值
  17. 【Python】启动迅雷下载
  18. [android] 手机卫士手机实现短信指令获取位置
  19. oracle中,将两个select语句的结果作为一个整体显示出来
  20. The Accomodation of Students HDU - 2444(判断二分图 + 二分匹配)

热门文章

  1. 使用Python控制1602液晶屏实时显示时间(附PyCharm远程调试)
  2. 按字节寻址and按字编址
  3. window.open() 父子页面的传值问题
  4. Go语言测试代码
  5. 高仿美团iOS版,版本5.7
  6. WTF
  7. Hadoop之HDFS文件操作
  8. AndroidCityPicker仿IOS选择效果
  9. Andriod Atom x86模拟器启动报错。
  10. collection 模块 双端队列