Home
last modified time | relevance | path

Searched refs:PyObject_DelItemString (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h461 PyAPI_FUNC(int) PyObject_DelItemString(PyObject *o, char *key);
1291 #define PyMapping_DelItemString(O,K) PyObject_DelItemString((O),(K))
/external/python/cpython2/PC/os2emx/
Dpython27.def125 "PyObject_DelItemString"
/external/python/cpython2/Objects/
Dabstract.c227 PyObject_DelItemString(PyObject *o, char *key) in PyObject_DelItemString() function
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1912 * A new function, :c:func:`PyObject_DelItemString(mapping, char \*key)` was added