Searched defs:PyMapping_Items (Results 1 – 2 of 2) sorted by relevance
1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) macro
2459 PyMapping_Items(PyObject *o) in PyMapping_Items() function