Python论坛  - 讨论区

标题:[python-chinese] 谁能帮忙解释下最后一句是什么意思?

2007年11月07日 星期三 16:42

clfff.peter clfff.peter在gmail.com
星期三 十一月 7 16:42:34 HKT 2007

      from operator import mul, add, truth

      apply_each = lambda fns, args=[]: map(apply, fns, [args]*len(fns))

      bools = lambda lst: map(truth, lst)

      bool_each = lambda fns, args=[]: bools(apply_each(fns, args))

      conjoin = lambda fns, args=[]: reduce(mul, bool_each(fns, args))

      all = lambda fns: lambda arg, fns=fns: conjoin(fns, (arg,)) #lambda
Ì«¶àÁË£¬¿´²»¶®¡£
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20071107/77148d9a/attachment.htm 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号