Lines Matching refs:themonth
337 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
341 s = month_name[themonth]
346 def prmonth(self, theyear, themonth, w=0, l=0): argument
350 print(self.formatmonth(theyear, themonth, w, l), end='')
352 def formatmonth(self, theyear, themonth, w=0, l=0): argument
358 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
363 for week in self.monthdays2calendar(theyear, themonth):
467 def formatmonthname(self, theyear, themonth, withyear=True): argument
472 s = '%s %s' % (month_name[themonth], theyear)
474 s = '%s' % month_name[themonth]
478 def formatmonth(self, theyear, themonth, withyear=True): argument
487 a(self.formatmonthname(theyear, themonth, withyear=withyear))
491 for week in self.monthdays2calendar(theyear, themonth):
581 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
583 s = month_name[themonth]
607 def formatmonthname(self, theyear, themonth, withyear=True): argument
609 s = month_name[themonth]