write(b) Write the given bytes-like object, b, and return the number of bytes
os.sched_setparam(pid, param) Set a scheduling parameters for the process with PID pid. A pid of 0 means the
os.putenv(key, value) Set the environment variable named key to the string value. Such changes to the environment
parser.issuite(st) This function mirrors isexpr() in that it reports whether an ST object represents an 'exec'
operator.__index__(a) Return a converted to an integer. Equivalent to a.__index__().
operator.__pos__(obj) Return obj positive (+obj).
emit(record) The record is formatted, and then sent to the syslog server. If exception information is present, it is not
list_folders() Return a list of the names of all folders.
email.utils.getaddresses(fieldvalues) This method returns a list of 2-tuples of the form returned by parseaddr()
min(iterable, *[, key, default]) min(arg1, arg2, *args[, key]) Return the smallest item in an iterable or the smallest
Page 58 of 100