Home | History | Annotate | Download | only in Objects

Lines Matching defs:strstr

941     static PyObject *strstr;
943 if (strstr == NULL) {
944 strstr = PyString_InternFromString("__str__");
945 if (strstr == NULL)
948 func = instance_getattr(inst, strstr);