Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dabstract.h303 PyAPI_FUNC(int) PyObject_DelItemString(PyObject *o, const char *key);
805 #define PyMapping_DelItemString(O,K) PyObject_DelItemString((O),(K))
/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/cpython3/Doc/data/
Dstable_abi.dat481 function,PyObject_DelItemString,3.2,
Dpython3.10.abi504 …<elf-symbol name='PyObject_DelItemString' type='func-type' binding='global-binding' visibility='de…
3919PyObject_DelItemString' mangled-name='PyObject_DelItemString' filepath='Objects/abstract.c' line='…
/external/python/cpython3/PC/
Dpython3dll.c437 EXPORT_FUNC(PyObject_DelItemString)
/external/python/cpython3/Misc/
Dstable_abi.txt1053 function PyObject_DelItemString
/external/python/cpython2/Objects/
Dabstract.c227 PyObject_DelItemString(PyObject *o, char *key) in PyObject_DelItemString() function
/external/python/cpython3/Objects/
Dabstract.c269 PyObject_DelItemString(PyObject *o, const 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