Repr.maxdict Repr.maxlist Repr.maxtuple Repr.maxset
pprint.pprint(object, stream=None, indent=1, width=80, depth=None, *, compact=False) Prints the formatted representation of
array.buffer_info() Return a tuple (address, length) giving the current memory address and the length in elements
classmethod datetime.strptime(date_string, format) Return a datetime corresponding to date_string, parsed
prmonth(theyear, themonth, w=0, l=0) Print a month’s calendar as returned by formatmonth().
array.remove(x) Remove the first occurrence of x from the array.
date.replace(year, month, day) Return a date with the same value, except for those parameters given new values by whichever
calendar.month(theyear, themonth, w=0, l=0) Returns a month’s calendar in a multi-line string using the formatmonth()
timezone.utcoffset(dt) Return the fixed value specified when the timezone instance is constructed. The dt
array.insert(i, x) Insert a new item with value x in the array before position i. Negative values are treated
Page 1 of 32