Searched refs:nextstr (Results 1 – 1 of 1) sorted by relevance
1033 static PyObject *iterstr, *nextstr; variable2104 if (nextstr == NULL) { in instance_iternext()2105 nextstr = PyString_InternFromString("next"); in instance_iternext()2106 if (nextstr == NULL) in instance_iternext()2110 if ((func = instance_getattr(self, nextstr)) != NULL) { in instance_iternext()