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

Module SCons.SConsign

SCons.SConsign

Writing and reading information to the .sconsign file or files.

Classes
Base This is the controlling class for the signatures for the collection of entries associated with a specific directory.
DB A Base subclass that reads and writes signature information from a global .sconsign.db* file--the actual file suffix is determined by the database module.
Dir  
DirFile Encapsulates reading and writing a per-directory .sconsign file.
ForDirectory A Base subclass that reads and writes signature information from a global .sconsign.db* file--the actual file suffix is determined by the database module.
SConsignEntry Wrapper class for the generic entry in a .sconsign file.

Function Summary
  corrupt_dblite_warning(filename)
  File(name, dbm_module)
Arrange for all signatures to be stored in a global .sconsign.db* file.
  Get_DataBase(dir)
  Reset()
Reset global state.
  write()

Function Details

File(name, dbm_module=None)

Arrange for all signatures to be stored in a global .sconsign.db* file.

Reset()

Reset global state. Used by unit tests that end up using SConsign multiple times to get a clean slate for each test.


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