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/Include/
Dabstract.h792 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) macro
/external/python/cpython2/Include/
Dabstract.h1301 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) macro
/external/python/cpython3/Python/
Dimport.c706 PyMapping_DelItem(modules, name); in _PyImport_FixupExtensionObject()
809 PyMapping_DelItem(modules, name); in import_find_extension()
924 else if (PyMapping_DelItem(modules, name) < 0) { in remove_module()
/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.dat1226 PyMapping_DelItem:int:::
1227 PyMapping_DelItem:PyObject*:o:0:
1228 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