Sorry, typo, meant to say

To be clear, I was never really intending to keep the

  _ = lambda c : lambda x : c(*x)
  map(_(P), zip([1,2,3], [6, 5, 4]))

code snippets in my final work product. The purpose of this thread was too fish 
around for ideas on what to replace it with... 
 

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to