date.resolution The smallest possible difference between non-equal date objects, timedelta(days=1).
exception copy.error Raised for module specific errors.
types.CodeType The type for code objects such as returned by
types.LambdaType The type of user-defined functions and functions created by lambda expressions.
datetime.toordinal() Return the proleptic Gregorian ordinal of the date. The same as self.date().toordinal().
Repr.repr1(obj, level) Recursive implementation used by repr(). This uses the type of obj to determine
time.replace([hour[, minute[, second[, microsecond[, tzinfo]]]]]) Return a time with the same value, except for
time.minute In range(60).
Repr.maxother This limit is used to control the size of object types for which no specific formatting method is available on
datetime.tzname() If tzinfo is None, returns None, else returns self.tzinfo.tzname(self)
Page 14 of 32