Home
last modified time | relevance | path

Searched refs:withyear (Results 1 – 5 of 5) 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/cpython3/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))
524 def formatmonthname(self, theyear, themonth, width, withyear=True): argument
527 if withyear:
550 def formatmonthname(self, theyear, themonth, withyear=True): argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_calendar.py393 calendar.HTMLCalendar().formatmonthname(2004, 1, withyear=True),
399 calendar.HTMLCalendar().formatmonthname(2004, 1, withyear=False),
/external/python/cpython3/Doc/library/
Dcalendar.rst152 .. method:: formatmonth(theyear, themonth, withyear=True)
154 Return a month's calendar as an HTML table. If *withyear* is true the year
/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