Searched refs:getitemstr (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dclassobject.c1033 static PyObject *getitemstr, *setitemstr, *delitemstr, *lenstr; variable
1092 if (getitemstr == NULL) {
1093 getitemstr = PyString_InternFromString("__getitem__");
1094 if (getitemstr == NULL)
1097 func = instance_getattr(inst, getitemstr);
1164 if (getitemstr == NULL) {
1165 getitemstr = PyString_InternFromString("__getitem__");
1166 if (getitemstr == NULL)
1169 func = instance_getattr(inst, getitemstr);
1195 if (getitemstr
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dclassobject.c1009 static PyObject *getitemstr, *setitemstr, *delitemstr, *lenstr; variable
1068 if (getitemstr == NULL) {
1069 getitemstr = PyString_InternFromString("__getitem__");
1070 if (getitemstr == NULL)
1073 func = instance_getattr(inst, getitemstr);
1140 if (getitemstr == NULL) {
1141 getitemstr = PyString_InternFromString("__getitem__");
1142 if (getitemstr == NULL)
1145 func = instance_getattr(inst, getitemstr);
1171 if (getitemstr
[all...]

Completed in 45 milliseconds