lambda versus "mlambda"...

Courageous jkraska1 at san.rr.com
Thu May 11 00:13:35 EDT 2000


> I think what you want is spelled thusly:
> 
>     lambda <args>, self=self: <expression>

Oh, cool! So! Is the portion of the expression where you
say "self=self" a more general way of introducing a sort
of closure into the lambda expression? The python documentation
on lambda doesn't seem to be very detailed in this respect...


C/



More information about the Python-list mailing list