Home
last modified time | relevance | path

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

12

/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.c767 result = PyDict_Keys(dict); in module_dir()
Dabstract.c2206 return PyDict_Keys(o); in PyMapping_Keys()
Dtypeobject.c3426 result = PyDict_Keys(dict); in type___dir___impl()
4705 result = PyDict_Keys(dict); in object___dir___impl()
Ddictobject.c2613 PyDict_Keys(PyObject *mp) in PyDict_Keys() function
/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.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/cpython3/PC/
Dpython3.def104 PyDict_Keys=python37.PyDict_Keys
/external/python/cpython3/Doc/c-api/
Ddict.rst137 .. c:function:: PyObject* PyDict_Keys(PyObject *p)
/external/python/cpython2/Doc/c-api/
Ddict.rst127 .. c:function:: PyObject* PyDict_Keys(PyObject *p)
/external/tensorflow/tensorflow/python/util/
Dutil.cc353 : dict_(dict), keys_(PyDict_Keys(dict)) { in DictValueIterator()
/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/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/cpython3/Modules/
D_csv.c1404 return PyDict_Keys(_csvstate_global->dialects); in csv_list_dialects()
D_elementtree.c1582 return PyDict_Keys(self->extra->attrib); in _elementtree_Element_keys_impl()
/external/python/cpython3/Doc/data/
Drefcounts.dat503 PyDict_Keys:PyObject*::+1:
504 PyDict_Keys:PyObject*:p:0:
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3044 tensorflow::Safe_PyObjectPtr keys(PyDict_Keys(arg));
/external/python/cpython2/Python/
Dcompile.c378 sorted_keys = PyDict_Keys(src); in dictbytype()
/external/python/cpython3/Python/
Dcompile.c451 sorted_keys = PyDict_Keys(src); in dictbytype()

12