On Sun, 10 Apr 2011 09:20:45 +0300
"Ville M. Vainio" <[email protected]> wrote:

> I think gnx should be arbtitrary string and you should be able to
> specify it in code (p.gnx="hello")

Bearing in mind that doing that to two different nodes would tear the
universe asunder :-), why?

If you want to be able to tag nodes and find them by tag...?

v.u['_tags'] = v.u.get('_tags', set()).union(['hello'])

?

A wrapper v.add_tag('hello') would be nice of course.

Cheers -Terry

-- 
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.

Reply via email to