reprlib.repr(obj) This is the repr() method of aRepr. It returns a string similar to that returned
timedelta.max The most positive timedelta object, timedelta(days=999999999, hours=23, minutes=59, seconds=59
array.tolist() Convert the array to an ordinary list with the same items.
heapq.heapreplace(heap, item) Pop and return the smallest item from the heap, and also push the new item.
array.fromfile(f, n) Read n items (as machine values) from the file object f
datetime.dst() If tzinfo is None, returns None, else returns self.tzinfo.dst(self)
time.replace([hour[, minute[, second[, microsecond[, tzinfo]]]]]) Return a time with the same value, except for
time.__format__(format) Same as time.strftime(). This makes it possible to specify a format string for a time
class datetime.datetime(year, month, day, hour=0, minute=0, second=0, microsecond=0, tzinfo=None) The year, month and day arguments
datetime.utctimetuple() If datetime instance d is naive, this is the same as d.timetuple()
Page 19 of 32