__loader__ The loader which loaded the module. Defaults to None.
new_child(m=None) Returns a new ChainMap containing a new map followed by all of the maps in the current instance
array.fromlist(list) Append items from the list. This is equivalent to for x in list: a.append(x) except that if
date.isoweekday() Return the day of the week as an integer, where Monday is 1 and Sunday is 7. For example, date(2002
date.weekday() Return the day of the week as an integer, where Monday is 0 and Sunday is 6. For example, date(2002, 12
array.count(x) Return the number of occurrences of x in the array.
types.prepare_class(name, bases=(), kwds=None) Calculates the appropriate metaclass and creates the class namespace.
Repr.maxdeque Repr.maxarray Limits on the number of entries represented for the named object type. The default is
__callback__ This read-only attribute returns the callback currently associated to the weakref. If there is no callback or if
classmethod date.today() Return the current local date. This is equivalent to date.fromtimestamp(time.time()).
Page 29 of 32