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

Lines Matching full:getattr

653                   getattr(__builtin__, self.type.__name__, None) is self.type) ):
895 if not hasattr(self, attr) or getattr(self, attr) is None:
897 return getattr(self, attr)
1655 encoding = getattr(file, "encoding", None)