Searched refs:hackcheck (Results 1 – 2 of 2) sorted by relevance
6735 hackcheck(PyObject *self, setattrofunc func, const char *what) in hackcheck() function6788 if (!hackcheck(self, func, "__setattr__")) in wrap_setattr()6806 if (!hackcheck(self, func, "__delattr__")) in wrap_delattr()
538 The "hackcheck" that prevents sneaking around a type's __setattr__() by