Lines Matching defs:week
4 default, these calendars have Monday as the first day of the week, and
6 set the first day of the week (0=Monday, 6=Sunday)."""
169 Return an iterator for one week of weekday numbers starting with the
233 Each row represents a week; week entries are datetime.date values.
241 Each row represents a week; week entries are
251 Each row represents a week; days outside this month are zero.
260 Each month contains between 4 and 6 weeks and each week contains 1-7
272 yeardatescalendar()). Entries in the week lists are
285 yeardatescalendar()). Entries in the week lists are day numbers.
303 Print a single week (no newline).
319 Returns a single week in a string (no newline).
325 Returns a formatted week day name.
335 Return a header for a week.
365 for week in self.monthdays2calendar(theyear, themonth):
366 s += self.formatweek(week, w).rstrip()
450 Return a complete week as a table row.
464 Return a header for a week as a table row.
493 for week in self.monthdays2calendar(theyear, themonth):
494 a(self.formatweek(week))
625 week = c.formatweek
676 help="number of lines for each week (default 1)"