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
collections.UserString

class collections.UserString([sequence]) Class that simulates a string or a Unicode string object. The instance’s content is

2016-10-07 17:29:03
datetime.time.min

time.min The earliest representable time, time(0, 0, 0, 0).

2016-10-07 17:30:58
collections.abc.Container

class collections.abc.Container class collections.abc.Hashable class collections.abc.Sized

2016-10-07 17:28:51
calendar.HTMLCalendar.formatmonth()

formatmonth(theyear, themonth, withyear=True) Return a month’s calendar as an HTML table. If withyear is true the year

2016-10-07 17:28:17
collections.UserDict.data

data A real dictionary used to store the contents of the UserDict class.

2016-10-07 17:29:02
enum.unique()

enum.unique() Enum class decorator that ensures only one name is bound to any one value.

2016-10-07 17:33:02
collections.abc.AsyncIterator

class collections.abc.AsyncIterator ABC for classes that provide __aiter__ and __anext__ methods.

2016-10-07 17:28:50
collections.defaultdict.default_factory

default_factory This attribute is used by the __missing__() method; it is initialized from the first argument to

2016-10-07 17:28:56
weakref.WeakValueDictionary

class weakref.WeakValueDictionary([dict]) Mapping class that references values weakly. Entries in the dictionary will be discarded

2016-10-07 17:47:20