Home
last modified time | relevance | path

Searched refs:PyObject_GetAttr (Results 1 – 25 of 37) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c913 global_name_attr = PyObject_GetAttr(module, global_name); in whichmodule()
2051 if (!( class = PyObject_GetAttr(args, __class___str))) in save_inst()
2059 if ((getinitargs_func = PyObject_GetAttr(args, __getinitargs___str))) { in save_inst()
2125 if ((getstate_func = PyObject_GetAttr(args, __getstate___str))) { in save_inst()
2136 if (!( state = PyObject_GetAttr(args, __dict___str))) { in save_inst()
2192 if (!( global_name = PyObject_GetAttr(args, __name___str))) in save_global()
2447 PyObject *temp = PyObject_GetAttr(callable, __name___str); in save_reduce()
2487 ob_dot_class = PyObject_GetAttr(ob, __class___str); in save_reduce()
2753 __reduce__ = PyObject_GetAttr(args, __reduce_ex___str); in save()
2772 __reduce__ = PyObject_GetAttr(args, __reduce___str); in save()
[all …]
Dxxsubtype.c246 res = PyObject_GetAttr(obj, name); in spam_bench()
Doperator.c675 newobj = PyObject_GetAttr(obj, str); in dotted_getattr()
843 method = PyObject_GetAttr(obj, mc->name); in methodcaller_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c882 global_name_attr = PyObject_GetAttr(module, global_name); in whichmodule()
2020 if (!( class = PyObject_GetAttr(args, __class___str))) in save_inst()
2028 if ((getinitargs_func = PyObject_GetAttr(args, __getinitargs___str))) { in save_inst()
2094 if ((getstate_func = PyObject_GetAttr(args, __getstate___str))) { in save_inst()
2105 if (!( state = PyObject_GetAttr(args, __dict___str))) { in save_inst()
2161 if (!( global_name = PyObject_GetAttr(args, __name___str))) in save_global()
2415 PyObject *temp = PyObject_GetAttr(callable, __name___str); in save_reduce()
2455 ob_dot_class = PyObject_GetAttr(ob, __class___str); in save_reduce()
2721 __reduce__ = PyObject_GetAttr(args, __reduce_ex___str); in save()
2740 __reduce__ = PyObject_GetAttr(args, __reduce___str); in save()
[all …]
Dxxsubtype.c246 res = PyObject_GetAttr(obj, name); in spam_bench()
Doperator.c547 newobj = PyObject_GetAttr(obj, str); in dotted_getattr()
715 method = PyObject_GetAttr(obj, mc->name); in methodcaller_call()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Diobase.c144 res = PyObject_GetAttr(self, _PyIO_str_closed); in iobase_closed()
211 res = PyObject_GetAttr(self, _PyIO_str_closed); in _PyIOBase_finalize()
Dbufferedio.c429 res = PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed()
441 return PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed_get()
2183 return PyObject_GetAttr((PyObject *) self->writer, _PyIO_str_closed); in bufferedrwpair_closed_get()
Dstringio.c807 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in stringio_newlines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Diobase.c144 res = PyObject_GetAttr(self, _PyIO_str_closed); in iobase_closed()
211 res = PyObject_GetAttr(self, _PyIO_str_closed); in _PyIOBase_finalize()
Dbufferedio.c440 res = PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed()
452 return PyObject_GetAttr(self->raw, _PyIO_str_closed); in buffered_closed_get()
2239 return PyObject_GetAttr((PyObject *) self->writer, _PyIO_str_closed); in bufferedrwpair_closed_get()
Dstringio.c820 return PyObject_GetAttr(self->decoder, _PyIO_str_newlines); in stringio_newlines()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dabstract.c1581 PyObject *int_func = PyObject_GetAttr(integral, int_name);
1648 trunc_func = PyObject_GetAttr(o, trunc_name);
1734 trunc_func = PyObject_GetAttr(o, trunc_name);
2722 callable = PyObject_GetAttr(callable, name);
2802 bases = PyObject_GetAttr(cls, __bases__);
2888 PyObject *c = PyObject_GetAttr(inst, __class__);
2907 icls = PyObject_GetAttr(inst, __class__);
Dclassobject.c1472 coercefunc = PyObject_GetAttr(v, coerce_obj); in half_binop()
1559 coercefunc = PyObject_GetAttr(v, coerce_obj); in instance_coerce()
1686 cmp_func = PyObject_GetAttr(v, cmp_obj); in half_cmp()
2007 method = PyObject_GetAttr(v, name_op[op]); in half_richcompare()
2312 return PyObject_GetAttr(im->im_func, docstr); in instancemethod_get_doc()
2345 return PyObject_GetAttr(im->im_func, name); in instancemethod_getattro()
Dobject.c499 func = PyObject_GetAttr(v, unicodestr); in PyObject_Unicode()
1138 res = PyObject_GetAttr(v, w); in PyObject_GetAttrString()
1172 PyObject_GetAttr(PyObject *v, PyObject *name) in PyObject_GetAttr() function
1208 PyObject *res = PyObject_GetAttr(v, name); in PyObject_HasAttr()
Dweakrefobject.c457 WRAP_BINARY(proxy_getattr, PyObject_GetAttr) in WRAP_BINARY() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dabstract.c1581 PyObject *int_func = PyObject_GetAttr(integral, int_name);
1648 trunc_func = PyObject_GetAttr(o, trunc_name);
1734 trunc_func = PyObject_GetAttr(o, trunc_name);
2726 callable = PyObject_GetAttr(callable, name);
2806 bases = PyObject_GetAttr(cls, __bases__);
2892 PyObject *c = PyObject_GetAttr(inst, __class__);
2911 icls = PyObject_GetAttr(inst, __class__);
Dclassobject.c1448 coercefunc = PyObject_GetAttr(v, coerce_obj); in half_binop()
1535 coercefunc = PyObject_GetAttr(v, coerce_obj); in instance_coerce()
1662 cmp_func = PyObject_GetAttr(v, cmp_obj); in half_cmp()
1983 method = PyObject_GetAttr(v, name_op[op]); in half_richcompare()
2288 return PyObject_GetAttr(im->im_func, docstr); in instancemethod_get_doc()
2321 return PyObject_GetAttr(im->im_func, name); in instancemethod_getattro()
Dobject.c494 func = PyObject_GetAttr(v, unicodestr); in PyObject_Unicode()
1131 res = PyObject_GetAttr(v, w); in PyObject_GetAttrString()
1165 PyObject_GetAttr(PyObject *v, PyObject *name) in PyObject_GetAttr() function
1201 PyObject *res = PyObject_GetAttr(v, name); in PyObject_HasAttr()
Dweakrefobject.c446 WRAP_BINARY(proxy_getattr, PyObject_GetAttr) in WRAP_BINARY() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobject.h474 PyAPI_FUNC(PyObject *) PyObject_GetAttr(PyObject *, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobject.h474 PyAPI_FUNC(PyObject *) PyObject_GetAttr(PyObject *, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dstring_format.h241 newobj = PyObject_GetAttr(obj, str); in getattr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dstring_format.h238 newobj = PyObject_GetAttr(obj, str); in getattr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c2271 x = PyObject_GetAttr(v, w); in PyEval_EvalFrameEx()
3292 return PyObject_GetAttr(o, *cache); in special_lookup()
4552 x = PyObject_GetAttr(v, name); in import_from()
4604 value = PyObject_GetAttr(v, name); in import_all_from()

12