date.day Between 1 and the number of days in the given month of the given year.
atexit A writable boolean property which by default is true. When the program exits, it calls all remaining live finalizers
time.dst() If tzinfo is None, returns None, else returns self.tzinfo.dst(None)
datetime.weekday() Return the day of the week as an integer, where Monday is 0 and Sunday is 6. The same as self.date()
calendar.monthcalendar(year, month) Returns a matrix representing a month’s calendar. Each row represents a week; days outside
time.replace([hour[, minute[, second[, microsecond[, tzinfo]]]]]) Return a time with the same value, except for
datetime.utctimetuple() If datetime instance d is naive, this is the same as d.timetuple()
Repr.repr1(obj, level) Recursive implementation used by repr(). This uses the type of obj to determine
peek() If self is alive then return the tuple (obj, func, args, kwargs). If self is dead then
calendar.prcal(year, w=0, l=0, c=6, m=3) Prints the calendar for an entire year as returned by calendar().
Page 14 of 32