Lines Matching refs:themonth
304 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
308 s = month_name[themonth]
313 def prmonth(self, theyear, themonth, w=0, l=0): argument
317 print self.formatmonth(theyear, themonth, w, l),
319 def formatmonth(self, theyear, themonth, w=0, l=0): argument
325 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
330 for week in self.monthdays2calendar(theyear, themonth):
414 def formatmonthname(self, theyear, themonth, withyear=True): argument
419 s = '%s %s' % (month_name[themonth], theyear)
421 s = '%s' % month_name[themonth]
424 def formatmonth(self, theyear, themonth, withyear=True): argument
432 a(self.formatmonthname(theyear, themonth, withyear=withyear))
436 for week in self.monthdays2calendar(theyear, themonth):
527 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
529 s = month_name[themonth]
557 def formatmonthname(self, theyear, themonth, withyear=True): argument
559 s = month_name[themonth]