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

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

2025-01-10 15:47:30
email.policy.EmailPolicy.content_manager
  • References/Python/Python/Internet Data

content_manager An object with at least two methods: get_content and set_content. When the get_content() or

2025-01-10 15:47:30
tempfile.gettempprefix()
  • References/Python/Python/File & Directory Access

tempfile.gettempprefix() Return the filename prefix used to create temporary files. This does not contain the directory component

2025-01-10 15:47:30
calendar.HTMLCalendar.formatyearpage()
  • References/Python/Python/Data Types

formatyearpage(theyear, width=3, css='calendar.css', encoding=None) Return a year’s calendar as a complete HTML page. width

2025-01-10 15:47:30
selectors.SelectorKey.events
  • References/Python/Python/Inputouput

events Events that must be waited for on this file object.

2025-01-10 15:47:30
mailbox.MH.close()
  • References/Python/Python/Internet Data

close() MH instances do not keep any open files, so this method is equivalent to unlock().

2025-01-10 15:47:30
multiprocessing.JoinableQueue.join()
  • References/Python/Python/Concurrent Execution

join() Block until all items in the queue have been gotten and processed. The count of unfinished

2025-01-10 15:47:30
ftplib.error_proto
  • References/Python/Python/Internet

exception ftplib.error_proto Exception raised when a reply is received from the server that does not fit the response specifications

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

os.getpgrp() Return the id of the current process group. Availability: Unix.

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

os.initgroups(username, gid) Call the system initgroups() to initialize the group access list with all of the groups of which

2025-01-10 15:47:30