datetime.timezone

class datetime.timezone(offset[, name]) The offset argument must be specified as a timedelta object representing

2016-10-07 17:31:03
calendar.Calendar.yeardays2calendar()

yeardays2calendar(year, width=3) Return the data for the specified year ready for formatting (similar to yeardatescalendar())

2016-10-07 17:28:16
datetime.timezone.tzname()

timezone.tzname(dt) Return the fixed value specified when the timezone instance is constructed or a string ‘UTCsHH:MM’

2016-10-07 17:31:03
weakref.ReferenceError

exception weakref.ReferenceError Exception raised when a proxy object is used but the underlying object has been collected.

2016-10-07 17:47:19
reprlib.Repr.maxother

Repr.maxother This limit is used to control the size of object types for which no specific formatting method is available on

2016-10-07 17:41:26
datetime.datetime

class datetime.datetime(year, month, day, hour=0, minute=0, second=0, microsecond=0, tzinfo=None) The year, month and day arguments

2016-10-07 17:30:45
datetime.datetime.time()

datetime.time() Return time object with same hour, minute, second and microsecond. tzinfo is None

2016-10-07 17:30:52
datetime.date.max

date.max The latest representable date, date(MAXYEAR, 12, 31).

2016-10-07 17:30:42
collections.namedtuple()

collections.namedtuple(typename, field_names, verbose=False, rename=False) Returns a new tuple subclass named typename

2016-10-07 17:29:00
calendar.Calendar.monthdays2calendar()

monthdays2calendar(year, month) Return a list of the weeks in the month month of the year as full weeks. Weeks

2016-10-07 17:28:16