Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcalendar.py317 print self.formatmonth(theyear, themonth, w, l),
319 def formatmonth(self, theyear, themonth, w=0, l=0): member in TextCalendar
424 def formatmonth(self, theyear, themonth, withyear=True): member in HTMLCalendar
459 a(self.formatmonth(theyear, m, withyear=False))
586 month = c.formatmonth
704 result = cal.formatmonth(int(args[1]), int(args[2]), **optdict)
/external/python/cpython2/Doc/library/
Dcalendar.rst120 .. method:: formatmonth(theyear, themonth[, w[, l]])
131 Print a month's calendar as returned by :meth:`formatmonth`.
158 .. method:: formatmonth(theyear, themonth[, withyear])
276 Returns a month's calendar in a multi-line string using the :meth:`formatmonth`