Package SCons :: Package Node :: Module Alias :: Class AliasNodeInfo
[hide private]
[frames] | no frames]

Class AliasNodeInfo

source code

  object --+    
           |    
NodeInfoBase --+
               |
              AliasNodeInfo

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]
 
str_to_node(self, s) source code

Inherited from NodeInfoBase: __init__, convert, format, merge, update

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  current_version_id = 1
  field_list = ['csig']
Properties [hide private]

Inherited from object: __class__