imaplib.IMAP4.logout()
  • References/Python/Python/Internet

IMAP4.logout() Shutdown connection to server. Returns server BYE response.

2025-01-10 15:47:30
pathlib.Path.is_dir()
  • References/Python/Python/File & Directory Access

Path.is_dir() Return True if the path points to a directory (or a symbolic link pointing to a directory), False

2025-01-10 15:47:30
gc.is_tracked()
  • References/Python/Python/Runtime

gc.is_tracked(obj) Returns True if the object is currently tracked by the garbage collector, False

2025-01-10 15:47:30
tkinter.ttk.Style.element_options()
  • References/Python/Python/Tk

element_options(elementname) Returns the list of elementname‘s options.

2025-01-10 15:47:30
calendar.TextCalendar
  • References/Python/Python/Data Types

class calendar.TextCalendar(firstweekday=0) This class can be used to generate plain text calendars.

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

curses.start_color() Must be called if the programmer wants to use colors, and before any other color manipulation routine is

2025-01-10 15:47:30
collections.deque.copy()
  • References/Python/Python/Data Types

copy() Create a shallow copy of the deque. New

2025-01-10 15:47:30
ctypes.Array.
  • References/Python/Python/Operating System

_type_ Specifies the type of each element in the array.

2025-01-10 15:47:30
socket.inet_aton()
  • References/Python/Python/Networking

socket.inet_aton(ip_string) Convert an IPv4 address from dotted-quad string format (for example, ‘123.45.67.89’) to 32-bit packed

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

Morsel.key The name of the cookie. Deprecated

2025-01-10 15:47:30