Searched refs:PyMapping_Keys (Results 1 – 11 of 11) sorted by relevance
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
710 PyMapping_Keys:PyObject*::+1:711 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()
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()