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

Lines Matching refs:__str__

999     def __str__(self, eng=False, context=None):
1057 Same rules for when in exponential and when as a value as in __str__.
1059 return self.__str__(eng=True, context=context)
5354 return a.__str__(context=self)
5442 __str__ = __repr__