Home | History | Annotate | Download | only in python2.7

Lines Matching refs:withyear

303     def formatmonthname(self, theyear, themonth, width, withyear=True):
308 if withyear:
413 def formatmonthname(self, theyear, themonth, withyear=True):
417 if withyear:
423 def formatmonth(self, theyear, themonth, withyear=True):
431 a(self.formatmonthname(theyear, themonth, withyear=withyear))
458 a(self.formatmonth(theyear, m, withyear=False))
526 def formatmonthname(self, theyear, themonth, width, withyear=True):
531 if withyear:
556 def formatmonthname(self, theyear, themonth, withyear=True):
561 if withyear: