Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dtypeobject.c5629 static PyObject *getattribute_str = NULL; local
5630 return call_method(self, "__getattribute__", &getattribute_str,
5657 static PyObject *getattribute_str = NULL; local
5665 if (getattribute_str == NULL) {
5666 getattribute_str =
5668 if (getattribute_str == NULL)
5688 getattribute = _PyType_Lookup(tp, getattribute_str);