CIA.vc
Archived Message
for Michael Marineau
Stats » Authors » Michael Marineau » Archived Message
envelope
Received 01:31 on Sep 08, 2010
Generated by Simple JSON POST parser for google code version 0.5
linksUTC clock
04:53 on Feb 12, 2012

Commit Message

Author:marineam
Project:coil
Revision:254
URL:http://coil.googlecode.com/svn-history/r254/
New struct.Node base class for Link, List, and Struct.

Move various path handling pieces out of Struct and into a new Node
class. This way I can make List and Link tree aware so they can handle
their expansion themselves. The eventual goal is to get all of the
expansion related code out of the parser.

Also, name, _path, and root are now node_name, node_path, and tree_root.
This names are less ambiguous so I'm less likely to goof up and create an
attribute name conflict between Node and it's ch

Modified Files

  • trunk
    • coil
      • struct.pyModified