Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/scripts/
Dpickle2db.py41 import dbm.ndbm as anydbm namespace
43 anydbm = None variable
Ddb2pickle.py36 import dbm.ndbm as anydbm namespace
38 anydbm = None variable
/external/python/cpython2/Tools/scripts/
Dpickle2db.py43 anydbm = None variable
Ddb2pickle.py38 anydbm = None variable
/external/python/cpython2/Lib/test/
Dtest_whichdb.py14 anydbm = test.test_support.import_module('anydbm', deprecated=True) variable
Dtest_anydbm.py13 anydbm = test_support.import_module('anydbm', deprecated=True) variable