Searched refs:hackcheck (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Objects/ |
D | typeobject.c | 5673 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/ |
D | typeobject.c | 4749 hackcheck(PyObject *self, setattrofunc func, char *what) function 4775 if (!hackcheck(self, func, "__setattr__")) 4794 if (!hackcheck(self, func, "__delattr__"))
|