Home
last modified time | relevance | path

Searched refs:itermonthdays2 (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
Dcalendar.py172 def itermonthdays2(self, year, month): member in Calendar
210 days = list(self.itermonthdays2(year, month))
/external/python/cpython2/Lib/test/
Dtest_calendar.py311 days = list(cal.itermonthdays2(y, m))
/external/python/cpython2/Doc/library/
Dcalendar.rst57 .. method:: itermonthdays2(year, month)
/external/python/cpython2/Misc/
DNEWS127 Methods itermonthdays() and itermonthdays2() are reimplemented so