Searched refs:nextstr (Results 1 – 2 of 2) sorted by relevance
1010 static PyObject *iterstr, *nextstr; variable2081 if (nextstr == NULL) { in instance_iternext()2082 nextstr = PyString_InternFromString("next"); in instance_iternext()2083 if (nextstr == NULL) in instance_iternext()2087 if ((func = instance_getattr(self, nextstr)) != NULL) { in instance_iternext()
1034 static PyObject *iterstr, *nextstr; variable2105 if (nextstr == NULL) { in instance_iternext()2106 nextstr = PyString_InternFromString("next"); in instance_iternext()2107 if (nextstr == NULL) in instance_iternext()2111 if ((func = instance_getattr(self, nextstr)) != NULL) { in instance_iternext()