HomeSort by relevance Sort by last modified time
    Searched refs:reprstr (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 902 static PyObject *reprstr; local
904 if (reprstr == NULL) {
905 reprstr = PyString_InternFromString("__repr__");
906 if (reprstr == NULL)
909 func = instance_getattr(inst, reprstr);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 878 static PyObject *reprstr; local
880 if (reprstr == NULL) {
881 reprstr = PyString_InternFromString("__repr__");
882 if (reprstr == NULL)
885 func = instance_getattr(inst, reprstr);
    [all...]
  /external/python/cpython2/Objects/
classobject.c 902 static PyObject *reprstr; local
904 if (reprstr == NULL) {
905 reprstr = PyString_InternFromString("__repr__");
906 if (reprstr == NULL)
909 func = instance_getattr(inst, reprstr);
    [all...]

Completed in 541 milliseconds