Searched defs:PyMapping_Keys (Results 1 – 2 of 2) sorted by relevance
1332 #define PyMapping_Keys(O) PyObject_CallMethod(O,"keys",NULL) macro
2198 PyMapping_Keys(PyObject *o) in PyMapping_Keys() function