Created
July 16, 2017 20:30
-
-
Save matyasfodor/bddc46793aa24d8fa2672e42d87fd191 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
bazById = {baz.id: baz for baz in foo.bazs} | |
foo.bar.bazs = {bazById[k]:v for k, v in foo.bar.bazs.items()} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment