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

Method formatmonthname

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

Source from the content-addressed store, hash-verified

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
684class _CLIDemoCalendar(TextCalendar):

Calls 3

different_localeClass · 0.85
superClass · 0.85
formatmonthnameMethod · 0.45