Home
last modified time | relevance | path

Searched defs:dict_items (Results 1 – 7 of 7) sorted by relevance

/external/cronet/stable/components/cronet/license/
Dmetadata_dictionary.py28 def _as_string(self, dict_items, width=2, depth=1): argument
/external/cronet/tot/components/cronet/license/
Dmetadata_dictionary.py28 def _as_string(self, dict_items, width=2, depth=1): argument
/external/python/cpython3/Objects/clinic/
Ddictobject.c.h293 dict_items(PyDictObject *self, PyObject *Py_UNUSED(ignored)) in dict_items() function
/external/pytorch/torch/csrc/jit/python/
Dpython_arg_flatten.cpp58 auto* dict_items = PyDict_Items(obj); in flatten_rec() local
/external/python/cpython3/Modules/_testlimitedcapi/
Ddict.c191 dict_items(PyObject *self, PyObject *obj) in dict_items() function
/external/python/cpython3/Lib/
D_collections_abc.py85 dict_items = type({}.items()) variable
/external/starlark-go/starlark/
Dlibrary.go1196 func dict_items(_ *Thread, b *Builtin, args Tuple, kwargs []Tuple) (Value, error) { func