Searched defs:itermonthdates (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dcalendar.py151 def itermonthdates(self, year, month): member in class:Calendar
174 Like itermonthdates(), but will yield (day number, weekday number)
182 Like itermonthdates(), but will yield day numbers. For days outside
200 dates = list(self.itermonthdates(year, month))
/external/python/cpython3/Lib/
H A Dcalendar.py154 def itermonthdates(self, year, month): member in class:Calendar
177 Like itermonthdates(), but will yield (day number, weekday number)
185 Like itermonthdates(), but will yield day numbers. For days outside
200 dates = list(self.itermonthdates(year, month))

Completed in 222 milliseconds