Package SCons :: Package compat :: Module _scons_dbm
[hide private]
[frames] | no frames]

Module _scons_dbm

source code


dbm compatibility module for Python versions that don't have dbm.

This does not not NOT (repeat, *NOT*) provide complete dbm functionality.
It's just a stub on which to hang just enough pieces of dbm functionality
that the whichdb.whichdb() implementstation in the various 2.X versions of
Python won't blow up even if dbm wasn't compiled in.



Classes [hide private]
  error
Functions [hide private]
 
open(*args, **kw) source code
Variables [hide private]
  __doc__ = ...
  __revision__ = 'src/engine/SCons/compat/_scons_dbm.py 5023 201...
Variables Details [hide private]

__doc__

Value:
"""
dbm compatibility module for Python versions that don't have dbm.

This does not not NOT (repeat, *NOT*) provide complete dbm functionali\
ty.
It's just a stub on which to hang just enough pieces of dbm functional\
ity
that the whichdb.whichdb() implementstation in the various 2.X version\
...

__revision__

Value:
'src/engine/SCons/compat/_scons_dbm.py 5023 2010/06/14 22:05:46 scons'