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

Lines Matching full:getattr

304             reduce = getattr(obj, "__reduce_ex__", None)
308 reduce = getattr(obj, "__reduce__", None)
361 if self.proto >= 2 and getattr(func, "__name__", "") == "__newobj__":
737 module = getattr(obj, "__module__", None)
744 klass = getattr(mod, name)
808 mod = getattr(func, "__module__", None)
817 if name != '__main__' and getattr(module, funcname, None) is func:
1126 klass = getattr(mod, name)
1215 setstate = getattr(inst, "__setstate__", None)