the rest of this thread is over my head, but:

Veering off topic I wish there was a more general solution for dot 
> access to dict members, I understand all the arguments against, but 
> often writing mathematical expressions... 
>
> col = (pos['x'] - grid['minx']) / (grid['maxx'] - grid['minx']) * 
> grid['cols'] 
>
> vs. 
>
> col = (pos.x - grid.minx) / (grid.maxx - grid.minx) * grid.cols 
>

+10! 

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to