Home
last modified time | relevance | path

Searched refs:itermonthdays4 (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Lib/test/
Dtest_calendar.py597 days = list(cal.itermonthdays4(2001, 2))
/third_party/python/Lib/
Dcalendar.py220 def itermonthdays4(self, year, month): member in Calendar
/third_party/python/Doc/library/
Dcalendar.rst84 .. method:: itermonthdays4(year, month)
/third_party/python/Misc/NEWS.d/
D3.7.0a3.rst879 itermonthdays3() and itermonthdays4() are added. The new methods return
/third_party/python/Doc/whatsnew/
D3.7.rst2423 :meth:`Calendar.itermonthdays4 <calendar.Calendar.itermonthdays4>` can be used.