language design question

Piet van Oostrum piet at cs.uu.nl
Mon Jul 10 10:43:51 EDT 2006


>>>>> Bruno Desthuilliers <onurb at xiludom.gro> (BD) wrote:

>BD> Actually, and AFAIK, len(obj) = lambda obj : obj.__len__().

You mean: len = lambda obj : obj.__len__().
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list