Searched refs:wrap_sq_delitem (Results 1 - 2 of 2) sorted by relevance
/external/python/cpython2/Objects/ |
H A D | typeobject.c | 4553 wrap_sq_delitem(PyObject *self, PyObject *args, void *wrapped) function 6147 SQSLOT("__delitem__", sq_ass_item, slot_sq_ass_item, wrap_sq_delitem,
|
/external/python/cpython3/Objects/ |
H A D | typeobject.c | 5375 wrap_sq_delitem(PyObject *self, PyObject *args, void *wrapped) function 6723 SQSLOT("__delitem__", sq_ass_item, slot_sq_ass_item, wrap_sq_delitem,
|
Completed in 118 milliseconds