Home
last modified time | relevance | path

Searched refs:PyMapping_Items (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dmapping.rst67 .. c:function:: PyObject* PyMapping_Items(PyObject *o)
/external/python/cpython2/Mac/Modules/cf/
Dpycfbridge.c218 if ( (aslist = PyMapping_Items(src)) == NULL ) goto err; in PyCF_Python2CF_mapping()
/external/python/cpython2/Include/
Dabstract.h1354 #define PyMapping_Items(O) PyObject_CallMethod(O,"items",NULL) macro
/external/python/cpython2/Doc/data/
Drefcounts.dat707 PyMapping_Items:PyObject*::+1:
708 PyMapping_Items:PyObject*:o:0:
/external/python/cpython2/Objects/
Ddescrobject.c771 return PyMapping_Items(pp->dict); in proxy_items()