Lines Matching full:getattr
253 value = getattr(object, key)
281 __dict__, not via getattr. This is especially important for
293 # using getattr. Static and class methods are dramatic examples.
295 # getattr(). This is the case with some descriptors (bug #1785).
296 # Thus, we only use getattr() as a last resort.
304 obj = getattr(cls, name)
305 homecls = getattr(obj, "__objclass__", homecls)
319 obj_via_getattr = getattr(cls, name)
508 mainobject = getattr(main, object.__name__)
514 builtinobject = getattr(builtin, object.__name__)