(self, theyear, themonth, withyear=True)
| 677 | return super().formatweekday(day) |
| 678 | |
| 679 | def formatmonthname(self, theyear, themonth, withyear=True): |
| 680 | with different_locale(self.locale): |
| 681 | return super().formatmonthname(theyear, themonth, withyear) |
| 682 | |
| 683 | |
| 684 | class _CLIDemoCalendar(TextCalendar): |