Home
last modified time | relevance | path

Searched refs:PyDict_Keys (Results 1 – 25 of 29) sorted by relevance

12

/external/python/cpython3/Include/
Ddictobject.h29 PyAPI_FUNC(PyObject *) PyDict_Keys(PyObject *mp);
/external/tensorflow/tensorflow/python/util/
Dnest.cc60 return PyDict_Keys(o); in GetKeysFromDictOrMapping()
Dutil.cc399 : dict_(dict), keys_(PyDict_Keys(dict)) { in DictValueIterator()
/external/python/cpython2/Include/
Ddictobject.h122 PyAPI_FUNC(PyObject *) PyDict_Keys(PyObject *mp);
/external/python/cpython3/Objects/
Dnamespaceobject.c91 keys = PyDict_Keys(d); in namespace_repr()
Dmoduleobject.c806 result = PyDict_Keys(dict); in module_dir()
Dabstract.c2313 return PyDict_Keys(o); in PyMapping_Keys()
Dtypeobject.c3610 result = PyDict_Keys(dict); in type___dir___impl()
4901 result = PyDict_Keys(dict); in object___dir___impl()
Ddictobject.c2749 PyDict_Keys(PyObject *mp) in PyDict_Keys() function
/external/python/cpython2/PC/os2vacpp/
Dpython.def126 PyDict_Keys
/external/tensorflow/tensorflow/compiler/xla/python/
Dpytree.cc138 py::list keys = py::reinterpret_steal<py::list>(PyDict_Keys(dict.ptr())); in FlattenInto()
362 py::reinterpret_steal<py::list>(PyDict_Keys(dict.ptr())); in FlattenUpTo()
/external/python/cpython2/Objects/
Dobject.c1828 result = PyDict_Keys(dict); in _specialized_dir_type()
1843 result = PyDict_Keys(dict); in _specialized_dir_module()
1905 result = PyDict_Keys(dict); in _generic_dir()
Ddictobject.c1764 PyDict_Keys(PyObject *mp) in PyDict_Keys() function
Dstringobject.c4819 keys = PyDict_Keys(interned); in _Py_ReleaseInternedStrings()
/external/python/cpython2/Doc/c-api/
Ddict.rst127 .. c:function:: PyObject* PyDict_Keys(PyObject *p)
/external/python/cpython3/PC/
Dpython3.def103 PyDict_Keys=python39.PyDict_Keys
/external/python/cpython3/Doc/c-api/
Ddict.rst140 .. c:function:: PyObject* PyDict_Keys(PyObject *p)
/external/python/cpython2/PC/os2emx/
Dpython27.def274 "PyDict_Keys"
/external/python/cpython2/Modules/
D_csv.c1395 return PyDict_Keys(dialects); in csv_list_dialects()
D_elementtree.c1153 return PyDict_Keys(self->extra->attrib); in element_keys()
/external/python/cpython2/Doc/data/
Drefcounts.dat226 PyDict_Keys:PyObject*::+1:
227 PyDict_Keys:PyObject*:p:0:
/external/python/cpython3/Modules/
D_csv.c1416 return PyDict_Keys(_csvstate_global->dialects); in csv_list_dialects()
D_elementtree.c1544 return PyDict_Keys(self->extra->attrib); in _elementtree_Element_keys_impl()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp719 return PythonList(PyRefType::Owned, PyDict_Keys(m_py_obj)); in GetKeys()
/external/python/cpython3/Doc/data/
Drefcounts.dat531 PyDict_Keys:PyObject*::+1:
532 PyDict_Keys:PyObject*:p:0:

12