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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 23 static PyObject *instance_getattr2(PyInstanceObject *, PyObject *);
564 init = instance_getattr2(inst, initstr);
654 if (delstr && (del = instance_getattr2(inst, delstr)) != NULL) {
735 v = instance_getattr2(inst, name);
745 instance_getattr2(register PyInstanceObject *inst, PyObject *name) function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 23 static PyObject *instance_getattr2(PyInstanceObject *, PyObject *);
554 init = instance_getattr2(inst, initstr);
644 if (delstr && (del = instance_getattr2(inst, delstr)) != NULL) {
718 v = instance_getattr2(inst, name);
728 instance_getattr2(register PyInstanceObject *inst, PyObject *name) function
    [all...]
  /external/python/cpython2/Objects/
classobject.c 23 static PyObject *instance_getattr2(PyInstanceObject *, PyObject *);
564 init = instance_getattr2(inst, initstr);
654 if (delstr && (del = instance_getattr2(inst, delstr)) != NULL) {
735 v = instance_getattr2(inst, name);
745 instance_getattr2(register PyInstanceObject *inst, PyObject *name) function
    [all...]

Completed in 232 milliseconds