types.LambdaType The type of user-defined functions and functions created by lambda expressions.
class datetime.tzinfo This is an abstract base class, meaning that this class should not be instantiated directly. You need
somenamedtuple._asdict() Return a new OrderedDict which maps field names to their corresponding values:
time.replace([hour[, minute[, second[, microsecond[, tzinfo]]]]]) Return a time with the same value, except for
time.dst() If tzinfo is None, returns None, else returns self.tzinfo.dst(None)
heapq.heapreplace(heap, item) Pop and return the smallest item from the heap, and also push the new item.
classmethod date.fromordinal(ordinal) Return the date corresponding to the proleptic Gregorian ordinal, where January 1 of year
time.__format__(format) Same as time.strftime(). This makes it possible to specify a format string for a time
time.tzinfo The object passed as the tzinfo argument to the time constructor, or None if none was
time.utcoffset() If tzinfo is None, returns None, else returns self.tzinfo.utcoffset(None)
Page 19 of 32