Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c5856 slot_tp_del(PyObject *self) function
6025 TPSLOT("__del__", tp_del, slot_tp_del, NULL, ""),