Home
last modified time | relevance | path

Searched refs:PyMapping_DelItem (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Doc/c-api/
Dmapping.rst35 .. c:function:: int PyMapping_DelItem(PyObject *o, PyObject *key)
/external/python/cpython2/Include/
Dabstract.h1301 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) macro
/external/python/cpython2/Doc/data/
Drefcounts.dat687 PyMapping_DelItem:int:::
688 PyMapping_DelItem:PyObject*:o:0:
689 PyMapping_DelItem:PyObject*:key:0:
/external/python/cpython2/Misc/
DHISTORY14305 PyNumber_Coerce, added PyMapping_DelItem. Also fixed a bug in