Home
last modified time | relevance | path

Searched refs:formatmonthname (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py304 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
325 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
352 names = (self.formatmonthname(theyear, k, colwidth, False)
414 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
432 a(self.formatmonthname(theyear, themonth, withyear=withyear))
527 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
557 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
/external/python/cpython3/Lib/test/
Dtest_calendar.py461 calendar.HTMLCalendar().formatmonthname(2004, 1, withyear=True),
467 calendar.HTMLCalendar().formatmonthname(2004, 1, withyear=False),
547 old_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
551 local_month = cal.formatmonthname(2010, 10, 10)
561 local_month = cal.formatmonthname(2010, 10)
564 new_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
939 self.cal.formatmonthname(2017, 5))
/external/python/cpython3/Lib/
Dcalendar.py337 def formatmonthname(self, theyear, themonth, width, withyear=True): member in TextCalendar
358 s = self.formatmonthname(theyear, themonth, 7 * (w + 1) - 1)
385 names = (self.formatmonthname(theyear, k, colwidth, False)
467 def formatmonthname(self, theyear, themonth, withyear=True): member in HTMLCalendar
487 a(self.formatmonthname(theyear, themonth, withyear=withyear))
581 def formatmonthname(self, theyear, themonth, width, withyear=True): member in LocaleTextCalendar
607 def formatmonthname(self, theyear, themonth, withyear=True): member in LocaleHTMLCalendar
/external/python/cpython2/Lib/test/
Dtest_calendar.py267 old_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
271 local_month = cal.formatmonthname(2010, 10, 10)
282 local_month = cal.formatmonthname(2010, 10)
286 new_october = calendar.TextCalendar().formatmonthname(2010, 10, 10)
/external/python/cpython2/Demo/tkinter/ttk/
Dttkcalendar.py137 header = self._cal.formatmonthname(year, month, 0)
/external/python/cpython3/Doc/library/
Dcalendar.rst232 The month's head CSS class (used by :meth:`formatmonthname`).
295 The :meth:`formatweekday` and :meth:`formatmonthname` methods of these two
/external/python/cpython2/Doc/library/
Dcalendar.rst201 The :meth:`formatweekday` and :meth:`formatmonthname` methods of these two