Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/util/
Dutil.cc69 PyObject* keys = PyDict_Keys(nested); in FlattenHelper()
/external/python/cpython2/Include/
Ddictobject.h119 PyAPI_FUNC(PyObject *) PyDict_Keys(PyObject *mp);
/external/python/cpython3/Objects/
Dnamespaceobject.c93 keys = PyDict_Keys(d); in namespace_repr()
Dmoduleobject.c717 result = PyDict_Keys(dict); in module_dir()
Dabstract.c2122 return PyDict_Keys(o); in PyMapping_Keys()
Dtypeobject.c3229 result = PyDict_Keys(dict); in type_dir()
4481 result = PyDict_Keys(dict); in object_dir()
Ddictobject.c2676 PyDict_Keys(PyObject *mp) in PyDict_Keys() function
Dunicodeobject.c15252 keys = PyDict_Keys(interned); in _Py_ReleaseInternedUnicodeStrings()
/external/python/cpython3/Include/
Ddictobject.h104 PyAPI_FUNC(PyObject *) PyDict_Keys(PyObject *mp);
/external/python/cpython2/PC/os2vacpp/
Dpython.def126 PyDict_Keys
/external/python/cpython2/Objects/
Dobject.c1823 result = PyDict_Keys(dict); in _specialized_dir_type()
1838 result = PyDict_Keys(dict); in _specialized_dir_module()
1900 result = PyDict_Keys(dict); in _generic_dir()
Ddictobject.c1711 PyDict_Keys(PyObject *mp) in PyDict_Keys() function
Dstringobject.c4822 keys = PyDict_Keys(interned); in _Py_ReleaseInternedStrings()
/external/python/cpython3/PC/
Dpython3.def104 PyDict_Keys=python36.PyDict_Keys
/external/python/cpython2/Doc/c-api/
Ddict.rst127 .. c:function:: PyObject* PyDict_Keys(PyObject *p)
/external/python/cpython3/Doc/c-api/
Ddict.rst128 .. c:function:: PyObject* PyDict_Keys(PyObject *p)
/external/python/cpython2/PC/os2emx/
Dpython27.def274 "PyDict_Keys"
/external/python/cpython2/Doc/data/
Drefcounts.dat226 PyDict_Keys:PyObject*::+1:
227 PyDict_Keys:PyObject*:p:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat231 PyDict_Keys:PyObject*::+1:
232 PyDict_Keys:PyObject*:p:0:
/external/python/cpython2/Modules/
D_csv.c1399 return PyDict_Keys(dialects); in csv_list_dialects()
D_elementtree.c1115 return PyDict_Keys(self->extra->attrib); in element_keys()
/external/python/cpython3/Modules/
D_csv.c1433 return PyDict_Keys(_csvstate_global->dialects); in csv_list_dialects()
D_elementtree.c1515 return PyDict_Keys(self->extra->attrib); in _elementtree_Element_keys_impl()
/external/python/cpython2/Python/
Dcompile.c378 sorted_keys = PyDict_Keys(src); in dictbytype()
/external/python/cpython3/Python/
Dcompile.c443 sorted_keys = PyDict_Keys(src); in dictbytype()