Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_testcapimodule.c3560 slot_tp_del(PyObject *self) in slot_tp_del() function
3627 tp->tp_del = slot_tp_del; in with_tp_del()
/external/python/cpython2/Objects/
Dtypeobject.c5919 slot_tp_del(PyObject *self) function
6088 TPSLOT("__del__", tp_del, slot_tp_del, NULL, ""),