class types.SimpleNamespace A simple
datetime.date() Return date object with same year, month and day.
timedelta.min The most negative timedelta object, timedelta(-999999999).
datetime.year Between MINYEAR and MAXYEAR inclusive.
classmethod datetime.utcfromtimestamp(timestamp) Return the UTC datetime corresponding to the POSIX timestamp,
update([iterable-or-mapping]) Elements are counted from an iterable or added-in from another mapping (or counter)
datetime.__format__(format) Same as datetime.strftime(). This makes it possible to specify a format string for
class enum.Enum Base class for creating enumerated constants. See section Functional API for an alternate construction syntax
copy.copy(x) Return a shallow copy of x.
array.pop([i]) Removes the item with the index i from the array and returns it. The optional argument defaults to -1
Page 31 of 32