Lines Matching refs:__str__
246 def __str__(self):
258 def __str__(self):
266 def __str__(self):
483 "check that setting __str__ to object's is not reset to Enum's"
488 __str__ = object.__str__
673 self.assertEqual(str(NF.first), "NewFormatEnum.first", '%s %r' % (NF.__str__, NF.first))
937 self.assertNotIn('__str__', cls_dir)
944 def __str__(self):
952 self.assertIn('__str__', cls_dir)
1604 def __str__(self):
1607 base_str = base.__str__
1664 def __str__(self):
1667 base_str = base.__str__
1724 def __str__(self):
1727 base_str = base.__str__
1784 def __str__(self):
1787 base_str = base.__str__
1841 def __str__(self):
1844 base_str = base.__str__
1896 def __str__(self):
1899 base_str = base.__str__
2281 def __str__(self):
2304 __str__ = StrMixin.__str__ # needed as of 3.11
2314 __str__ = StrMixin.__str__ # needed as of 3.11
2324 __str__ = StrMixin.__str__ # needed as of 3.11
2334 __str__ = StrMixin.__str__ # needed as of 3.11
2345 __str__ = StrMixin.__str__ # needed as of 3.11
2356 __str__ = StrMixin.__str__ # needed as of 3.11
2367 __str__ = StrMixin.__str__ # needed as of 3.11
2484 def __str__(self):
2490 __str__ = DumbMixin.__str__ # needed as of 3.11
2546 def __str__(self):
2552 __str__ = DumbMixin.__str__ # needed as of 3.11
2691 def __str__(self):
3278 def __str__(self):
3293 __str__ = StrMixin.__str__
3303 __str__ = StrMixin.__str__
3472 def __str__(self):
3823 def __str__(self):
3838 __str__ = StrMixin.__str__
3848 __str__ = StrMixin.__str__