Home
last modified time | relevance | path

Searched refs:withyear (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py304 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
309 if withyear:
414 def formatmonthname(self, theyear, themonth, withyear=True): argument
418 if withyear:
424 def formatmonth(self, theyear, themonth, withyear=True): argument
432 a(self.formatmonthname(theyear, themonth, withyear=withyear))
459 a(self.formatmonth(theyear, m, withyear=False))
527 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
532 if withyear:
557 def formatmonthname(self, theyear, themonth, withyear=True): argument
[all …]
/external/python/cpython2/Doc/library/
Dcalendar.rst158 .. method:: formatmonth(theyear, themonth[, withyear])
160 Return a month's calendar as an HTML table. If *withyear* is true the year