Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcalendar.py319 def formatmonth(self, theyear, themonth, w=0, l=0): member in TextCalendar
424 def formatmonth(self, theyear, themonth, withyear=True): member in HTMLCalendar
/external/python/cpython3/Lib/
Dcalendar.py352 def formatmonth(self, theyear, themonth, w=0, l=0): member in TextCalendar
478 def formatmonth(self, theyear, themonth, withyear=True): member in HTMLCalendar