Searched refs:cmpstr (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
H A Dclassobject.c966 static PyObject *hashstr, *eqstr, *cmpstr; local
991 if (cmpstr == NULL) {
992 cmpstr = PyString_InternFromString("__cmp__");
993 if (cmpstr == NULL)
996 func = instance_getattr(inst, cmpstr);

Completed in 96 milliseconds