Home
last modified time | relevance | path

Searched refs:PyObject_DelItemString (Results 1 – 8 of 8) 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/cpython3/Include/
Dabstract.h449 PyAPI_FUNC(int) PyObject_DelItemString(PyObject *o, const char *key);
1026 #define PyMapping_DelItemString(O,K) PyObject_DelItemString((O),(K))
/external/python/cpython3/PC/
Dpython3.def459 PyObject_DelItemString=python37.PyObject_DelItemString
/external/python/cpython2/PC/os2emx/
Dpython27.def125 "PyObject_DelItemString"
/external/python/cpython3/Objects/
Dabstract.c255 PyObject_DelItemString(PyObject *o, const char *key) in PyObject_DelItemString() function
/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, ``PyObject_DelItemString(mapping, char *key)`` was added
/external/python/cpython3/Doc/whatsnew/
D2.3.rst1912 * A new function, ``PyObject_DelItemString(mapping, char *key)`` was added