Home
last modified time | relevance | path

Searched defs:PyMapping_DelItem (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h1301 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) macro
/external/python/cpython3/Include/
Dabstract.h1036 #define PyMapping_DelItem(O,K) PyObject_DelItem((O),(K)) macro