Home
last modified time | relevance | path

Searched refs:_ClosedDict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dshelve.py75 class _ClosedDict(UserDict.DictMixin): class
155 self.dict = _ClosedDict()
/external/python/cpython3/Lib/
Dshelve.py66 class _ClosedDict(collections.MutableMapping): class
153 self.dict = _ClosedDict()