Searched refs:nextstr (Results 1 – 1 of 1) sorted by relevance
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()