Package SCons :: Module SConsign :: Class SConsignEntry
[hide private]
[frames] | no frames]

Class SConsignEntry

source code

object --+
         |
        SConsignEntry


Wrapper class for the generic entry in a .sconsign file.
The Node subclass populates it with attributes as it pleases.

XXX As coded below, we do expect a '.binfo' attribute to be added,
but we'll probably generalize this in the next refactorings.



Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
convert_to_sconsign(self) source code
 
convert_from_sconsign(self, dir, name) source code

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

Class Variables [hide private]
  current_version_id = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)