Searched refs:wrap_sq_delitem (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 5602 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/ |
D | typeobject.c | 4616 wrap_sq_delitem(PyObject *self, PyObject *args, void *wrapped) function 6210 SQSLOT("__delitem__", sq_ass_item, slot_sq_ass_item, wrap_sq_delitem,
|