Searched refs:slot_tp_del (Results 1 – 2 of 2) sorted by relevance
3560 slot_tp_del(PyObject *self) in slot_tp_del() function3627 tp->tp_del = slot_tp_del; in with_tp_del()
5919 slot_tp_del(PyObject *self) function6088 TPSLOT("__del__", tp_del, slot_tp_del, NULL, ""),