On Fri, Apr 8, 2011 at 6:36 PM, Edward K. Ream <[email protected]> wrote:
>> I suspect Ville wants g.vs.foo rather than g.vs['foo']. I much prefer >> the first form for many things and wish Python would behave like >> javascript in that respect. > > The textual form is not significant; the interactions between > namespaces are highly significant. I don't see how dicts are superior in this regard, When you need a dict, you can always use g.vs.__dict__ -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
