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