Home | History | Annotate | Download | only in Objects

Lines Matching defs:strstr

917     static PyObject *strstr;

919 if (strstr == NULL) {
920 strstr = PyString_InternFromString("__str__");
921 if (strstr == NULL)
924 func = instance_getattr(inst, strstr);