(self, theyear, themonth, withyear=True)
| 644 | return super().formatweekday(day) |
| 645 | |
| 646 | def formatmonthname(self, theyear, themonth, withyear=True): |
| 647 | with different_locale(self.locale): |
| 648 | return super().formatmonthname(theyear, themonth, withyear) |
| 649 | |
| 650 | |
| 651 | class _CLIDemoCalendar(TextCalendar): |