Searched refs:iterstr (Results 1 – 1 of 1) sorted by relevance
1033 static PyObject *iterstr, *nextstr; variable2061 if (iterstr == NULL) { in instance_getiter()2062 iterstr = PyString_InternFromString("__iter__"); in instance_getiter()2063 if (iterstr == NULL) in instance_getiter()2072 if ((func = instance_getattr(self, iterstr)) != NULL) { in instance_getiter()