Searched refs:iterstr (Results 1 – 2 of 2) sorted by relevance
1010 static PyObject *iterstr, *nextstr; variable2038 if (iterstr == NULL) { in instance_getiter()2039 iterstr = PyString_InternFromString("__iter__"); in instance_getiter()2040 if (iterstr == NULL) in instance_getiter()2049 if ((func = instance_getattr(self, iterstr)) != NULL) { in instance_getiter()
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()