Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dcalendar.py234 def yeardays2calendar(self, year, width=3): member in Calendar
348 for (i, row) in enumerate(self.yeardays2calendar(theyear, m)):
/external/python/cpython2/Doc/library/
Dcalendar.rst97 .. method:: yeardays2calendar(year[, width])