MCPcopy Index your code
hub / github.com/python/cpython / formatmonthname

Method formatmonthname

Lib/calendar.py:659–661  ·  view source on GitHub ↗
(self, theyear, themonth, width, withyear=True)

Source from the content-addressed store, hash-verified

657 return super().formatweekday(day, width)
658
659 def formatmonthname(self, theyear, themonth, width, withyear=True):
660 with different_locale(self.locale):
661 return super().formatmonthname(theyear, themonth, width, withyear)
662
663
664class LocaleHTMLCalendar(HTMLCalendar):

Calls 3

different_localeClass · 0.85
superClass · 0.85
formatmonthnameMethod · 0.45