Can someone give me a short explanation?

Senthoorkumaran Punniamoorthy solution88pro at hotmail.com
Mon Apr 5 04:34:34 EDT 2004


I found this code in the book text processing with Python. But having little 
difficulty understanding how exactly it works and what should be passed as 
argument? Can someone decode this for me please?

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

Senthoor

_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail





More information about the Python-list mailing list