Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dtypeobject.c5673 hackcheck(PyObject *self, setattrofunc func, const char *what) in hackcheck() function
5699 if (!hackcheck(self, func, "__setattr__")) in wrap_setattr()
5717 if (!hackcheck(self, func, "__delattr__")) in wrap_delattr()
/external/python/cpython2/Objects/
Dtypeobject.c4749 hackcheck(PyObject *self, setattrofunc func, char *what) function
4775 if (!hackcheck(self, func, "__setattr__"))
4794 if (!hackcheck(self, func, "__delattr__"))