operator.__mul__(a, b) Return a * b, for a and b numbers.
os.renames(old, new) Recursive directory or file renaming function. Works like rename(), except creation of any
class mailbox.Mailbox A mailbox, which may be inspected and modified. The Mailbox
Morsel.copy(value) Return a shallow copy of the Morsel object.
turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement
__contains__(key) Return True if key corresponds to a message, False otherwise.
tty.setraw(fd, when=termios.TCSAFLUSH) Change the mode of the file descriptor fd to raw. If when is omitted
POP3.rpop(user) Use RPOP authentication (similar to UNIX r-commands) to log into POP3 server.
turtle.showturtle() turtle.st() Make the turtle visible.
load_module(name=None) Concrete implementation of importlib.abc.Loader.load_module() where specifying the name
Page 28 of 100