Package SCons :: Module SConf :: Class SConfBuildInfo
[hide private]
[frames] | no frames]

Class SConfBuildInfo

source code

        object --+        
                 |        
Node.BuildInfoBase --+    
                     |    
 Node.FS.FileBuildInfo --+
                         |
                        SConfBuildInfo

Special build info for targets of configure tests. Additional members are result (did the builder succeed last time?) and string, which contains messages of the original build phase.
Instance Methods [hide private]
 
set_build_result(self, result, string) source code

Inherited from Node.FS.FileBuildInfo: convert_from_sconsign, convert_to_sconsign, format, prepare_dependencies

Inherited from Node.BuildInfoBase: __init__, merge

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

Class Variables [hide private]
  result = None
hash(x)
  string = None
hash(x)

Inherited from Node.FS.FileBuildInfo: current_version_id

Properties [hide private]

Inherited from object: __class__