Home | History | Annotate | Download | only in tools

Lines Matching refs:__getattribute__

104         return "{" + ", ".join("%s: %s" % (field, self.__getattribute__(field))
504 return self.exception_context.__getattribute__(name)