Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_userdict.py236 class SeqDict(UserDict.DictMixin): class
284 type2test = SeqDict
290 s = SeqDict()
371 t = SeqDict()
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1603 >>> class SeqDict(UserDict.DictMixin):
1631 >>> s = SeqDict()