Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dtypeobject.c6837 wrap_del(PyObject *self, PyObject *args, void *wrapped) in wrap_del() function
7958 TPSLOT("__del__", tp_finalize, slot_tp_finalize, (wrapperfunc)wrap_del, ""),