Created
October 14, 2014 17:39
-
-
Save foone/6943bc039d31351f9ec9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for dest, key1, key2 in ((output_array1,'foo','bar'), (output_array2,'baz','qux')): | |
tmp = calculate(key1) | |
ret = getattr(tmp, key2) | |
dest.append(ret) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment