MCPcopy Index your code
hub / github.com/RustPython/RustPython / formatmonthname

Method formatmonthname

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

Source from the content-addressed store, hash-verified

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

Calls 3

different_localeClass · 0.85
superClass · 0.85
formatmonthnameMethod · 0.45