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

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

Completed in 141 milliseconds