nntplib.NNTP.login()
  • References/Python/Python/Internet

NNTP.login(user=None, password=None, usenetrc=True) Send AUTHINFO commands with the user name and password. If

2025-01-10 15:47:30
imaplib.IMAP4.status()
  • References/Python/Python/Internet

IMAP4.status(mailbox, names) Request named status conditions for mailbox.

2025-01-10 15:47:30
imaplib.IMAP4.logout()
  • References/Python/Python/Internet

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

2025-01-10 15:47:30
http.cookiejar.CookieJar.clear()
  • References/Python/Python/Internet

CookieJar.clear([domain[, path[, name]]]) Clear some cookies. If invoked without arguments,

2025-01-10 15:47:30
socketserver.BaseServer.address_family
  • References/Python/Python/Internet

address_family The family of protocols to which the server’s socket belongs. Common examples are

2025-01-10 15:47:30
ftplib.FTP.rename()
  • References/Python/Python/Internet

FTP.rename(fromname, toname) Rename file fromname on the server to toname.

2025-01-10 15:47:30
ipaddress.IPv4Interface.ip
  • References/Python/Python/Internet

ip The address (IPv4Address) without network information.

2025-01-10 15:47:30
nntplib.NNTP.slave()
  • References/Python/Python/Internet

NNTP.slave() Send a SLAVE command. Return the server’s response.

2025-01-10 15:47:30
urllib.request.Request.data
  • References/Python/Python/Internet

Request.data The entity body for the request, or None if not specified.

2025-01-10 15:47:30
ipaddress.v6_int_to_packed()
  • References/Python/Python/Internet

ipaddress.v6_int_to_packed(address) Represent an address as 16 packed bytes in network (big-endian) order. address

2025-01-10 15:47:30