Home
last modified time | relevance | path

Searched refs:nextstr (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dclassobject.c1033 static PyObject *iterstr, *nextstr; variable
2104 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()