Home
last modified time | relevance | path

Searched refs:formatmonthname (Results 1 – 4 of 4) 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/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/cpython2/Doc/library/
Dcalendar.rst201 The :meth:`formatweekday` and :meth:`formatmonthname` methods of these two