Home | History | Annotate | Download | only in python2.7

Lines Matching refs:PyMapping_DelItem

1295      int PyMapping_DelItem(PyObject *o, PyObject *key);
1301 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K))