On Wed, Jun 16, 2010 at 8:22 AM, Kent Tenney <[email protected]> wrote:
> How do I get all the key/value pairs currently defined? > Nothing in dir(c.config) looks like that iterator. There is no such iterator at present. There probably should be, because it's non-trivial. For example, the print-settings command uses the code at: @thin leoConfig.py-->class configClass-->g.app.config.printSettings & helper Something like this would be the basis for the iterator. I'll probably do this today. 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.
