On Thu, Aug 21, 2014 at 10:59 AM, 'Terry Brown' via leo-editor
<[email protected]> wrote:

> Apparently pylint only understands
>
> RClick = namedtuple('RClick', 'position,children')
> or
> RClick = namedtuple('RClick', 'position children')
>
> but not the equally valid
>
> RClick = namedtuple('RClick', 'position, children')
>
> but I've changed it now.

Thanks, Terry.  I didn't know about namedtuple's: they look superior to g.Bunch.

BTW, ever since I added the pylint command, I've been using pylint a lot more.

Assuming you have pylint installed, you can invoke it with
<alt-x>pylint  to check all the @<file> nodes in a tree, or you can
invoke the pylint command from the popup menu.

Edward

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to