array.fromlist(list) Append items from the list. This is equivalent to for x in list: a.append(x) except that if
__callback__ This read-only attribute returns the callback currently associated to the weakref. If there is no callback or if
__name__ The name of the module.
classmethod date.today() Return the current local date. This is equivalent to date.fromtimestamp(time.time()).
time.resolution The smallest possible difference between non-equal time objects, timedelta(microseconds=1)
class enum.IntEnum Base class for creating enumerated constants that are also subclasses of
calendar.firstweekday() Returns the current setting for the weekday to start each week.
WeakValueDictionary.valuerefs() Return an iterable of the weak references to the values.
date.year Between MINYEAR and MAXYEAR inclusive.
__loader__ The loader which loaded the module. Defaults to None.
Page 28 of 32