D H <[EMAIL PROTECTED]> writes: > where fdel = def (self): > ........... > As you can see, it doesn't save much over the traditional way since > you have to name the "anonymous" lambdas anyway.
It saves polluting the surrounding namespace with superfluous variables that aren't going to be used again. -- http://mail.python.org/mailman/listinfo/python-list