Searched defs:getattr (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
H A Dstring_format.h232 getattr(PyObject *obj, SubString *name) function
474 format_spec. It handles getindex and getattr lookups and consumes
520 /* getattr lookup "." */
521 tmp = getattr(obj, &name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
H A Dstring_format.h235 getattr(PyObject *obj, SubString *name) function
477 format_spec. It handles getindex and getattr lookups and consumes
523 /* getattr lookup "." */
524 tmp = getattr(obj, &name);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtypeobject.c5496 PyObject *getattr, *getattribute, *res; local
5516 getattr = _PyType_Lookup(tp, getattr_str);
5517 if (getattr == NULL) {
5522 Py_INCREF(getattr);
5541 res = call_attribute(self, getattr, name);
5543 Py_DECREF(getattr);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtypeobject.c5444 PyObject *getattr, *getattribute, *res; local
5464 getattr = _PyType_Lookup(tp, getattr_str);
5465 if (getattr == NULL) {
5470 Py_INCREF(getattr);
5489 res = call_attribute(self, getattr, name);
5491 Py_DECREF(getattr);

Completed in 270 milliseconds