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

Class Base

source code

Known Subclasses:

This is the controlling class for the signatures for the collection of entries associated with a specific directory. The actual directory association will be maintained by a subclass that is specific to the underlying storage method. This class provides a common set of methods for fetching and storing the individual bits of information that make up signature entry.
Instance Methods [hide private]
 
__init__(self) source code
 
get_entry(self, filename)
Fetch the specified entry attribute.
source code
 
set_entry(self, filename, obj)
Set the entry.
source code
 
do_not_set_entry(self, filename, obj) source code
 
store_info(self, filename, node) source code
 
do_not_store_info(self, filename, node) source code
 
merge(self) source code