Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) macro
/external/python/cpython3/Objects/
Dabstract.c2459 PyMapping_Items(PyObject *o) in PyMapping_Items() function