readline.add_history(line) Append line to the history buffer, as if it was the last line typed. This calls add_history()
get_folder(folder) Return an MH instance representing the folder whose name is folder. A NoSuchMailboxError
os.makedirs(name, mode=0o777, exist_ok=False) Recursive directory creation function. Like mkdir(), but makes all
curses.resetty() Restore the state of the terminal modes to what it was at the last call to savetty().
__bytes__() Equivalent to as_bytes(). Allows bytes(msg) to produce a bytes object containing the formatted
configparser.BOOLEAN_STATES By default when using getboolean(), config parsers consider the following values True:
dis.hasname Sequence of bytecodes that access an attribute by name.
plistlib.load(fp, *, fmt=None, use_builtin_types=True, dict_type=dict) Read a plist file. fp should be a readable and
shlex.quote(s) Return a shell-escaped version of the string s. The returned value is a string that can safely be used
timezone.utc The UTC timezone, timezone(timedelta(0)).
Page 17 of 100