Home
last modified time | relevance | path

Searched refs:_defaultmod (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/dbm/
D__init__.py42 _defaultmod = None variable
64 global _defaultmod
65 if _defaultmod is None:
71 if not _defaultmod:
72 _defaultmod = mod
74 if not _defaultmod:
83 mod = _defaultmod
/external/python/cpython2/Lib/
Danydbm.py41 _defaultmod = None variable
48 if not _defaultmod:
49 _defaultmod = _mod variable
52 if not _defaultmod:
77 mod = _defaultmod
/external/python/cpython3/Lib/test/
Dtest_dbm.py110 if getattr(dbm._defaultmod, 'library', None) == 'Berkeley DB':
140 dbm._defaultmod = self.module