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

Class DB

source code

Base --+
       |
      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.
Instance Methods [hide private]
 
__init__(self, dir) source code
 
write(self, sync=1) source code

Inherited from Base: do_not_set_entry, do_not_store_info, get_entry, merge, set_entry, store_info

Method Details [hide private]

__init__(self, dir)
(Constructor)

source code 
Overrides: Base.__init__