datetime.datetime.hour

datetime.hour In range(24).

2016-10-07 17:30:48
types.DynamicClassAttribute()

types.DynamicClassAttribute(fget=None, fset=None, fdel=None, doc=None) Route attribute access on a class to __getattr__.

2016-10-07 17:45:50
datetime.datetime.now()

classmethod datetime.now(tz=None) Return the current local date and time. If optional argument tz is None

2016-10-07 17:30:50
calendar.HTMLCalendar.formatyearpage()

formatyearpage(theyear, width=3, css='calendar.css', encoding=None) Return a year’s calendar as a complete HTML page. width

2016-10-07 17:28:17
calendar.TextCalendar

class calendar.TextCalendar(firstweekday=0) This class can be used to generate plain text calendars.

2016-10-07 17:28:20
datetime.time.isoformat()

time.isoformat() Return a string representing the time in ISO 8601 format, HH:MM:SS.mmmmmm or, if self.microsecond is 0, HH:MM:SS

2016-10-07 17:30:57
datetime.date.replace()

date.replace(year, month, day) Return a date with the same value, except for those parameters given new values by whichever

2016-10-07 17:30:43
calendar.TextCalendar.pryear()

pryear(theyear, w=2, l=1, c=6, m=3) Print the calendar for an entire year as returned by formatyear().

2016-10-07 17:28:20
collections.ChainMap.maps

maps A user updateable list of mappings. The list is ordered from first-searched to last-searched. It is the only stored state

2016-10-07 17:28:54
datetime.date.isocalendar()

date.isocalendar() Return a 3-tuple, (ISO year, ISO week number, ISO weekday). The ISO calendar

2016-10-07 17:30:41