Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/c-api/
Dmapping.rst35 .. c:function:: int PyMapping_DelItem(PyObject *o, PyObject *key)
/external/python/cpython3/Doc/c-api/
Dmapping.rst44 .. c:function:: int PyMapping_DelItem(PyObject *o, PyObject *key)
/external/python/cpython3/Python/
Dimport.c657 PyMapping_DelItem(modules, name); in _PyImport_FixupExtensionObject()
745 PyMapping_DelItem(modules, name); in _PyImport_FindExtensionObjectEx()
831 if (PyMapping_DelItem(modules, name) < 0) { in remove_module()
/external/python/cpython2/Include/
Dabstract.h1301 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) macro
/external/python/cpython3/Include/
Dabstract.h1036 #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/cpython3/Doc/data/
Drefcounts.dat1198 PyMapping_DelItem:int:::
1199 PyMapping_DelItem:PyObject*:o:0:
1200 PyMapping_DelItem:PyObject*:key:0:
/external/python/cpython2/Misc/
DHISTORY14305 PyNumber_Coerce, added PyMapping_DelItem. Also fixed a bug in
/external/python/cpython3/Misc/
DHISTORY31684 PyNumber_Coerce, added PyMapping_DelItem. Also fixed a bug in