Home
last modified time | relevance | path

Searched defs:gdbm (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Tools/scripts/
Ddb2pickle.py32 import dbm.gnu as gdbm namespace
34 gdbm = None variable
Dpickle2db.py37 import dbm.gnu as gdbm namespace
39 gdbm = None variable
/external/python/cpython2/Tools/scripts/
Dpickle2db.py39 gdbm = None variable
Ddb2pickle.py34 gdbm = None variable
/external/python/cpython2/Lib/test/
Dtest_gdbm.py4 gdbm = import_module('gdbm') variable
/external/python/cpython3/Lib/test/
Dtest_dbm_gnu.py2 gdbm = support.import_module("dbm.gnu") #skip if not supported variable