Home
last modified time | relevance | path

Searched defs:new_dict (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/
Djsondiff.py141 def _DictionaryDiff(self, old_dict, new_dict): argument
/external/skqp/tools/
Djsondiff.py141 def _DictionaryDiff(self, old_dict, new_dict): argument
/external/python/cpython3/Lib/test/
Dtest_dict_version.py40 def new_dict(self, *args, **kw): member in DictVersionTests
/external/python/cpython3/Objects/
Ddictobject.c573 new_dict(PyDictKeysObject *keys, PyObject **values) in new_dict() function