datetime.resolution The smallest possible difference between non-equal datetime objects, timedelta(microseconds=1)
array.tobytes() Convert the array to an array of machine values and return the bytes representation (the same sequence of bytes
datetime.month Between 1 and 12 inclusive.
calendar.leapdays(y1, y2) Returns the number of leap years in the range from y1 to y2 (exclusive), where y1
pprint.isrecursive(object) Determine if object requires a recursive representation.
datetime.strftime(format) Return a string representing the date and time, controlled by an explicit format string. For a complete
datetime.utcoffset() If tzinfo is None, returns None, else returns self.tzinfo
datetime.replace([year[, month[, day[, hour[, minute[, second[, microsecond[, tzinfo]]]]]]]]) Return a datetime with the same
date.__str__() For a date d, str(d) is equivalent to d.isoformat().
classmethod datetime.fromordinal(ordinal) Return the datetime corresponding to the proleptic Gregorian ordinal
Page 22 of 32