Finally found a use for lambda!

Follower follower at iname.com
Mon Sep 15 05:33:47 EDT 2003


> Of course, now that I think about it, I could have also written:
>         self.assertEqual (foo.has_key ('bar')), 0)

ObMinimalism attempt:

      self.failIf(foo.has_key('bar'))




More information about the Python-list mailing list