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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
classobject.c 22 static PyObject *instance_getattr1(PyInstanceObject *, PyObject *);
709 instance_getattr1(register PyInstanceObject *inst, PyObject *name) function
774 res = instance_getattr1(inst, name);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
classobject.c 22 static PyObject *instance_getattr1(PyInstanceObject *, PyObject *);
699 instance_getattr1(register PyInstanceObject *inst, PyObject *name) function
757 res = instance_getattr1(inst, name);
    [all...]
  /external/python/cpython2/Objects/
classobject.c 22 static PyObject *instance_getattr1(PyInstanceObject *, PyObject *);
709 instance_getattr1(register PyInstanceObject *inst, PyObject *name) function
774 res = instance_getattr1(inst, name);
    [all...]

Completed in 99 milliseconds