On Apr 8, 6:31 pm, "Ville M. Vainio" <[email protected]> wrote:
>> 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__ I'm not sure we are discussing the same thing. It seems in the old code there was only one dict, g.vs.__dict__. In the new code there is one dict per commander (plugin controller) self.d, and g.vs.get(c) is that dict. This isolates the various name/value spaces, which imo is vital. **Correction**: g.vs.get(c.hash()) is the namespace for c. Edward -- 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.
