Home
last modified time | relevance | path

Searched refs:DictType (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Tools/pynche/
DSwitchboard.py45 from types import DictType
67 if not isinstance(self.__optiondb, DictType):
/external/python/cpython2/Lib/wsgiref/
Dvalidate.py116 from types import DictType, StringType, TupleType, ListType
291 assert_(type(environ) is DictType,
/external/python/cpython2/Lib/
Dtypes.py40 DictType = DictionaryType = dict variable
Dxmlrpclib.py745 dispatch[DictType] = dump_struct
1429 if isinstance(extra_headers, DictType):
Doptparse.py720 type(self.callback_kwargs) is not types.DictType):
851 elif isinstance(other, types.DictType):
/external/jsoncpp/test/
Dpyjsontestrunner.py20 if ty is types.DictType:
/external/python/cpython2/Doc/library/
Dtypes.rst110 .. data:: DictType
118 An alternate name for ``DictType``.
/external/python/cpython2/Lib/idlelib/
DObjectBrowser.py124 DictType: DictTreeItem,
/external/python/cpython2/Doc/c-api/
Ddict.rst19 single: DictType (in module types)
24 ``types.DictType``.
/external/autotest/contrib/
Dcoverage.py499 if isinstance(cexecuted, types.DictType):