Lines Matching refs:withyear
337 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
342 if withyear:
467 def formatmonthname(self, theyear, themonth, withyear=True): argument
471 if withyear:
478 def formatmonth(self, theyear, themonth, withyear=True): argument
487 a(self.formatmonthname(theyear, themonth, withyear=withyear))
516 a(self.formatmonth(theyear, m, withyear=False))
576 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
578 return super().formatmonthname(theyear, themonth, width, withyear)
598 def formatmonthname(self, theyear, themonth, withyear=True): argument
600 return super().formatmonthname(theyear, themonth, withyear)