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

Class Base

Known Subclasses:
DB, Dir

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.


Method Summary
  __init__(self)
  do_not_set_entry(self, filename, obj)
  do_not_store_info(self, filename, node)
  get_entry(self, filename)
Fetch the specified entry attribute.
  merge(self)
  set_entry(self, filename, obj)
Set the entry.
  store_info(self, filename, node)

Method Details

get_entry(self, filename)

Fetch the specified entry attribute.

set_entry(self, filename, obj)

Set the entry.


Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 http://epydoc.sf.net