Searched defs:PyMapping_Items (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Include/
H A Dabstract.h1346 PyObject *PyMapping_Items(PyObject *o);
1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) macro
/external/python/cpython3/Objects/
H A Dabstract.c2132 PyMapping_Items(PyObject *o) function

Completed in 85 milliseconds