Searched defs:dict_items (Results 1 – 7 of 7) sorted by relevance
/external/cronet/stable/components/cronet/license/ |
D | metadata_dictionary.py | 28 def _as_string(self, dict_items, width=2, depth=1): argument
|
/external/cronet/tot/components/cronet/license/ |
D | metadata_dictionary.py | 28 def _as_string(self, dict_items, width=2, depth=1): argument
|
/external/python/cpython3/Objects/clinic/ |
D | dictobject.c.h | 293 dict_items(PyDictObject *self, PyObject *Py_UNUSED(ignored)) in dict_items() function
|
/external/pytorch/torch/csrc/jit/python/ |
D | python_arg_flatten.cpp | 58 auto* dict_items = PyDict_Items(obj); in flatten_rec() local
|
/external/python/cpython3/Modules/_testlimitedcapi/ |
D | dict.c | 191 dict_items(PyObject *self, PyObject *obj) in dict_items() function
|
/external/python/cpython3/Lib/ |
D | _collections_abc.py | 85 dict_items = type({}.items()) variable
|
/external/starlark-go/starlark/ |
D | library.go | 1196 func dict_items(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func
|