operator.
  • References/Python/Python/Functional Programming

operator.__mul__(a, b) Return a * b, for a and b numbers.

2025-01-10 15:47:30
os.renames()
  • References/Python/Python/Operating System

os.renames(old, new) Recursive directory or file renaming function. Works like rename(), except creation of any

2025-01-10 15:47:30
mailbox.Mailbox
  • References/Python/Python/Internet Data

class mailbox.Mailbox A mailbox, which may be inspected and modified. The Mailbox

2025-01-10 15:47:30
http.cookies.Morsel.copy()
  • References/Python/Python/Internet

Morsel.copy(value) Return a shallow copy of the Morsel object.

2025-01-10 15:47:30
turtle.mainloop()
  • References/Python/Python/Frameworks

turtle.mainloop() turtle.done() Starts event loop - calling Tkinter’s mainloop function. Must be the last statement

2025-01-10 15:47:30
mailbox.Mailbox.
  • References/Python/Python/Internet Data

__contains__(key) Return True if key corresponds to a message, False otherwise.

2025-01-10 15:47:30
tty.setraw()
  • References/Python/Python/Unix

tty.setraw(fd, when=termios.TCSAFLUSH) Change the mode of the file descriptor fd to raw. If when is omitted

2025-01-10 15:47:30
poplib.POP3.rpop()
  • References/Python/Python/Internet

POP3.rpop(user) Use RPOP authentication (similar to UNIX r-commands) to log into POP3 server.

2025-01-10 15:47:30
turtle.showturtle()
  • References/Python/Python/Frameworks

turtle.showturtle() turtle.st() Make the turtle visible.

2025-01-10 15:47:30
importlib.machinery.SourceFileLoader.load_module()
  • References/Python/Python/Importing

load_module(name=None) Concrete implementation of importlib.abc.Loader.load_module() where specifying the name

2025-01-10 15:47:30