Python 高阶函数 - zhongjiajie/zhongjiajie.github.com GitHub Wiki
Python-高阶函数
map
map(func, *iterables) --> map object
Make an iterator that computes the functionusing arguments from
each of the iterables. Stops when the shortest iterable is exhausted.
Methods defined here: