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]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_build_result(self, result, string) source code

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

Inherited from Node.BuildInfoBase: __getstate__, __setstate__, merge

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

Class Variables [hide private]

Inherited from Node.FS.FileBuildInfo: current_version_id

Properties [hide private]
  result
  string

Inherited from Node.FS.FileBuildInfo: dependency_map

Inherited from Node.BuildInfoBase: bact, bactsig, bdepends, bdependsigs, bimplicit, bimplicitsigs, bsources, bsourcesigs

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)