Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c5846 static PyObject *del_str, *set_str; local
5849 res = call_method(self, "__delete__", &del_str,
5921 static PyObject *del_str = NULL; local
5933 del = lookup_maybe(self, "__del__", &del_str);