Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dclassobject.c878 static PyObject *reprstr; in instance_repr() local
880 if (reprstr == NULL) { in instance_repr()
881 reprstr = PyString_InternFromString("__repr__"); in instance_repr()
882 if (reprstr == NULL) in instance_repr()
885 func = instance_getattr(inst, reprstr); in instance_repr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dclassobject.c902 static PyObject *reprstr; in instance_repr() local
904 if (reprstr == NULL) { in instance_repr()
905 reprstr = PyString_InternFromString("__repr__"); in instance_repr()
906 if (reprstr == NULL) in instance_repr()
909 func = instance_getattr(inst, reprstr); in instance_repr()