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

Lines Matching full:pymapping_delitemstring

1285      int PyMapping_DelItemString(PyObject *o, char *key);
1291 #define PyMapping_DelItemString(O,K) PyObject_DelItemString((O),(K))