pprint.pprint(object, stream=None, indent=1, width=80, depth=None, *, compact=False) Prints the formatted representation of
PrettyPrinter.pformat(object) Return the formatted representation of object. This takes into account the options passed
datetime.astimezone(tz=None) Return a datetime object with new tzinfo attribute tz, adjusting
dis.get_instructions(x, *, first_line=None) Return an iterator over the instructions in the supplied function, method, source
time.isoformat() Return a string representing the time in ISO 8601 format, HH:MM:SS.mmmmmm or, if self.microsecond is 0, HH:MM:SS
min_mag(other, context=None) Similar to the min() method, but the comparison is done using the absolute values
os.fstat(fd) Get the status of the file descriptor fd. Return a stat_result object. As
dict() dict(mapping) dict(sequence) Create a shared dict
operator.ixor(a, b) operator.__ixor__(a, b) a = ixor(a, b) is equivalent to a ^= b.
operator.add(a, b) operator.__add__(a, b) Return a + b, for a and b numbers.
Page 32 of 100