Home
last modified time | relevance | path

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

/third_party/python/Doc/c-api/
Dmapping.rst44 .. c:function:: int PyMapping_DelItem(PyObject *o, PyObject *key)
/third_party/python/Include/
Dabstract.h815 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) macro
/third_party/python/Python/
Dimport.c440 PyMapping_DelItem(modules, name); in _PyImport_FixupExtensionObject()
548 PyMapping_DelItem(modules, name); in import_find_extension()
671 else if (PyMapping_DelItem(modules, name) < 0) { in remove_module()
/third_party/python/Doc/data/
Drefcounts.dat1229 PyMapping_DelItem:int:::
1230 PyMapping_DelItem:PyObject*:o:0:
1231 PyMapping_DelItem:PyObject*:key:0:
/third_party/python/Misc/
DHISTORY31684 PyNumber_Coerce, added PyMapping_DelItem. Also fixed a bug in