Package SCons :: Module dblite
[hide private]
[frames] | no frames]

Module dblite

source code

Classes [hide private]
  dblite
Squirrel away references to the functions in various modules that we'll use when our __del__() method calls our sync() method during shutdown. We might get destroyed when Python is in the midst of tearing down the different modules we import in an essentially arbitrary order, and some of the various modules's global attributes may already be wiped out from under us.
Functions [hide private]
 
corruption_warning(filename) source code
 
is_string(s) source code
 
is_bytes(s) source code
 
unicode(s) source code
 
open(file, flag=None, mode=438) source code
 
_exercise() source code
Variables [hide private]
  keep_all_files = 0
  ignore_corrupt_dbfiles = 0
  dblite_suffix = '.dblite'
  tmp_suffix = '.tmp'
  __package__ = 'SCons'