Use dictionary comprehension in selection
When doing a selection, a new context (in the form of a dictionary) is created. Instead of re-using the same dictionary re-assigning the values, now use a comprehension to avoid redundant reads.master
parent
bcc7053892
commit
95e375f44a
Loading…
Reference in New Issue