A replacement for lambda
Paul Rubin
http
Sat Jul 30 04:10:30 EDT 2005
More information about the Python-list mailing list
Sat Jul 30 04:10:30 EDT 2005
- Previous message (by thread): A replacement for lambda
- Next message (by thread): A replacement for lambda
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
D H <no at spam> 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.
- Previous message (by thread): A replacement for lambda
- Next message (by thread): A replacement for lambda
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list