Searched refs:dict_copy (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/ |
D | values_unittest.cc | 1912 Value dict_copy = dict->Clone(); in TEST() local 1915 EXPECT_EQ(dict_copy, dict_converted); in TEST() 1919 EXPECT_EQ(dict_copy, *val); in TEST()
|
/external/python/cpython3/Lib/test/ |
D | test_weakref.py | 1705 def dict_copy(d, exc): function 1737 t_copy = threading.Thread(target=dict_copy, args=(d, exc,))
|
/external/python/cpython2/Objects/ |
D | dictobject.c | 1730 dict_copy(register PyDictObject *mp) in dict_copy() function 2351 {"copy", (PyCFunction)dict_copy, METH_NOARGS,
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 2523 dict_copy(PyDictObject *mp) in dict_copy() function 3097 {"copy", (PyCFunction)dict_copy, METH_NOARGS,
|