SCons :: Node :: NodeInfoBase :: Class NodeInfoBase
[hide private]
[frames] | no frames]

Class NodeInfoBase

source code

Known Subclasses:
Alias.AliasNodeInfo, FS.DirNodeInfo, FS.FileNodeInfo, Python.ValueNodeInfo


The generic base class for signature information for a Node.

Node subclasses should subclass NodeInfoBase to provide their own
logic for dealing with their own Node-specific signature information.



Instance Methods [hide private]
 
__init__(self, node) source code
 
convert(self, node, val) source code
 
format(self, field_list=False, names=0) source code
 
merge(self, other) source code
 
update(self, node) source code
Class Variables [hide private]
  current_version_id = False