On Fri, Apr 8, 2011 at 12:28 PM, Terry Brown <[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 am almost done revising the code, which will use self.d rather than g.vs. g.vs[c.hash()] will be self.d for every c. g.vs will then exist solely to allow explicit cross-commander interactions. 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.
