email.message.Message.get_unixfrom()

get_unixfrom() Return the message’s envelope header. Defaults to None if the envelope header was never set.

string.digits

string.digits The string '0123456789'.

curses.window.vline()

window.vline(ch, n) window.vline(y, x, ch, n) Display a vertical line starting at (y, x) with length n consisting of the character ch.

types.MappingProxyType.keys()

keys() Return a new view of the underlying mapping’s keys.

email.message.Message.get_filename()

get_filename(failobj=None) Return the value of the filename parameter of the Content-Disposition header of the message. If the header does not have a filename parameter, this method falls back to looking for the name parameter on the Content-Type header. If neither is found, or the header is missing, then failobj is returned. The returned string will always be unquoted as per email.utils.unquote().

curses.window.insch()

window.insch(ch[, attr]) window.insch(y, x, ch[, attr]) Paint character ch at (y, x) with attributes attr, moving the line from position x right by one character.

dis.hascompare

dis.hascompare Sequence of bytecodes of Boolean operations.

multiprocessing.managers.SyncManager.Queue()

Queue([maxsize]) Create a shared queue.Queue object and return a proxy for it.

dis.Instruction.opcode

opcode numeric code for operation, corresponding to the opcode values listed below and the bytecode values in the Opcode collections.

py_compile.PyCompileError

exception py_compile.PyCompileError Exception raised when an error occurs while attempting to compile the file.