Searched refs:PyMapping_Keys (Results 1 – 23 of 23) sorted by relevance
51 .. c:function:: PyObject* PyMapping_Keys(PyObject *o)
196 *b* may be a dictionary, or any object supporting :c:func:`PyMapping_Keys`
55 .. c:function:: PyObject* PyMapping_Keys(PyObject *o)
202 *b* may be a dictionary, or any object supporting :c:func:`PyMapping_Keys`
343 keys = PyMapping_Keys(environment); in getenvironment()
1332 #define PyMapping_Keys(O) PyObject_CallMethod(O,"keys",NULL) macro
1306 PyAPI_FUNC(PyObject *) PyMapping_Keys(PyObject *o);
345 PyMapping_Keys=python36.PyMapping_Keys
727 keys = PyMapping_Keys(environment); in getenvironment()
2187 keys = PyMapping_Keys(self->pattern->groupindex); in _sre_SRE_Match_groupdict_impl()
4793 keys = PyMapping_Keys(env); in parse_envlist()
710 PyMapping_Keys:PyObject*::+1:711 PyMapping_Keys:PyObject*:o:0:
728 PyMapping_Keys:PyObject*::+1:729 PyMapping_Keys:PyObject*:o:0:
759 return PyMapping_Keys(pp->dict); in proxy_keys()
1798 names = PyMapping_Keys(locals); in _dir_locals()
1631 PyObject *keys = PyMapping_Keys(b); in PyDict_Merge()
1285 names = PyMapping_Keys(locals); in _dir_locals()
2115 PyMapping_Keys(PyObject *o) in PyMapping_Keys() function
2542 PyObject *keys = PyMapping_Keys(b); in dict_merge()
3288 keys = PyMapping_Keys(env); in posix_execve()3523 keys = PyMapping_Keys(env); in posix_spawnve()3756 keys = PyMapping_Keys(env); in posix_spawnvpe()
3429 keys = PyMapping_Keys(self->pattern->groupindex); in match_groupdict()
4899 all = PyMapping_Keys(dict); in import_all_from()
5254 all = PyMapping_Keys(dict); in import_all_from()