Home
last modified time | relevance | path

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

12

/external/python/cpython2/Doc/c-api/
Dmapping.rst55 .. c:function:: PyObject* PyMapping_Keys(PyObject *o)
Ddict.rst202 *b* may be a dictionary, or any object supporting :c:func:`PyMapping_Keys`
/external/python/cpython3/Doc/c-api/
Dmapping.rst79 .. c:function:: PyObject* PyMapping_Keys(PyObject *o)
Ddict.rst205 *b* may be a dictionary, or any object supporting :c:func:`PyMapping_Keys`
/external/python/cpython2/PC/
D_subprocess.c343 keys = PyMapping_Keys(environment); in getenvironment()
/external/python/cpython2/Include/
Dabstract.h1332 #define PyMapping_Keys(O) PyObject_CallMethod(O,"keys",NULL) macro
/external/python/cpython3/Include/
Dabstract.h1055 PyAPI_FUNC(PyObject *) PyMapping_Keys(PyObject *o);
/external/python/cpython3/PC/
Dpython3.def345 PyMapping_Keys=python37.PyMapping_Keys
/external/tensorflow/tensorflow/python/util/
Dutil.cc98 return PyMapping_Keys(o); in MappingKeys()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst663 Make `PyMapping_Keys()`, `PyMapping_Values()` and `PyMapping_Items()` always
/external/python/cpython2/Doc/data/
Drefcounts.dat710 PyMapping_Keys:PyObject*::+1:
711 PyMapping_Keys:PyObject*:o:0:
/external/python/cpython2/Objects/
Ddescrobject.c759 return PyMapping_Keys(pp->dict); in proxy_keys()
Dobject.c1803 names = PyMapping_Keys(locals); in _dir_locals()
Ddictobject.c1684 PyObject *keys = PyMapping_Keys(b); in PyDict_Merge()
/external/python/cpython3/Modules/
D_winapi.c723 keys = PyMapping_Keys(environment); in getenvironment()
D_testcapimodule.c4476 return PyMapping_Keys(obj); in get_mapping_keys()
Dposixmodule.c4877 keys = PyMapping_Keys(env); in parse_envlist()
/external/python/cpython3/Objects/
Dobject.c1470 names = PyMapping_Keys(locals); in _dir_locals()
Dabstract.c2198 PyMapping_Keys(PyObject *o) in PyMapping_Keys() function
Ddictobject.c2451 PyObject *keys = PyMapping_Keys(b); in dict_merge()
/external/python/cpython3/Doc/data/
Drefcounts.dat1221 PyMapping_Keys:PyObject*::+1:
1222 PyMapping_Keys:PyObject*:o:0:
/external/python/cpython2/Modules/
Dposixmodule.c3294 keys = PyMapping_Keys(env); in posix_execve()
3535 keys = PyMapping_Keys(env); in posix_spawnve()
3774 keys = PyMapping_Keys(env); in posix_spawnvpe()
D_sre.c3443 keys = PyMapping_Keys(self->pattern->groupindex); in match_groupdict()
/external/python/cpython3/Python/
Dceval.c4881 all = PyMapping_Keys(dict); in import_all_from()
/external/python/cpython2/Python/
Dceval.c4938 all = PyMapping_Keys(dict); in import_all_from()

12