Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c1010 static PyObject *iterstr, *nextstr; variable
2038 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()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c1034 static PyObject *iterstr, *nextstr; variable
2062 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()