Home
last modified time | relevance | path

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

/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/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/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.c1798 names = PyMapping_Keys(locals); in _dir_locals()
Ddictobject.c1631 PyObject *keys = PyMapping_Keys(b); in PyDict_Merge()
/external/python/cpython2/Modules/
Dposixmodule.c3288 keys = PyMapping_Keys(env); in posix_execve()
3523 keys = PyMapping_Keys(env); in posix_spawnve()
3756 keys = PyMapping_Keys(env); in posix_spawnvpe()
D_sre.c3429 keys = PyMapping_Keys(self->pattern->groupindex); in match_groupdict()
/external/python/cpython2/Python/
Dceval.c4899 all = PyMapping_Keys(dict); in import_all_from()