Home
last modified time | relevance | path

Searched refs:wrap_sq_delitem (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Objects/
Dtypeobject.c5602 wrap_sq_delitem(PyObject *self, PyObject *args, void *wrapped) in wrap_sq_delitem() function
6964 SQSLOT("__delitem__", sq_ass_item, slot_sq_ass_item, wrap_sq_delitem,
/external/python/cpython2/Objects/
Dtypeobject.c4616 wrap_sq_delitem(PyObject *self, PyObject *args, void *wrapped) function
6210 SQSLOT("__delitem__", sq_ass_item, slot_sq_ass_item, wrap_sq_delitem,