| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Package Node :: Class NodeInfoBase |
|
AliasNodeInfo,
DirNodeInfo,
FileNodeInfo,
ValueNodeInfoThe 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.
| Method Summary | |
|---|---|
__init__(self,
node)
| |
convert(self,
node,
val)
| |
format(self,
field_list,
names)
| |
merge(self,
other)
| |
update(self,
node)
| |
| Class Variable Summary | |
|---|---|
int |
current_version_id = 1 |
| Class Variable Details |
|---|
current_version_id
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 | http://epydoc.sf.net |