| Home | Trees | Index | Help |
|
|---|
| Package SCons :: Module 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)
| |
Arrange for all signatures to be stored in a global .sconsign.db* file. | |
Get_DataBase(dir)
| |
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. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed Dec 12 09:39:31 2007 | http://epydoc.sf.net |