Home | History | Annotate | Download | only in python2.7

Lines Matching full:getattr

139         methods[key] = getattr(cl, key)
312 try: module = getattr(module, part)
392 return getattr(self, methodname)(x, level)
502 if hasattr(module, name) and getattr(module, name) is object:
641 if getattr(module, key) is base:
744 value = getattr(object, name)
770 base = self.docother(getattr(object, name), name, mod)
773 doc = getattr(value, "__doc__", None)
792 value = getattr(object, name)
969 return getattr(self, methodname)(x, level)
1177 value = getattr(object, name)
1207 push(self.docother(getattr(object, name),
1480 object = getattr(object, part)
1501 name = getattr(thing, '__name__', None)
1706 'ATTRIBUTES': ('attribute-references', 'getattr hasattr setattr '
1978 path = getattr(module,'__file__',None)