ipaddress.IPv4Network.subnets()
  • References/Python/Python/Internet

subnets(prefixlen_diff=1, new_prefix=None) The subnets that join to make the current network definition, depending on the argument

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

IMAP4.setacl(mailbox, who, what) Set an ACL for mailbox. The method is non-standard, but is supported

2025-01-10 15:47:30
wsgiref.handlers.BaseHandler.sendfile()
  • References/Python/Python/Internet

sendfile() Override to implement platform-specific file transmission. This method is called only if the application’s return

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

Morsel.value The value of the cookie. Deprecated

2025-01-10 15:47:30
smtpd.SMTPChannel.mailfrom
  • References/Python/Python/Internet

mailfrom Holds a string containing the address identified in the “MAIL FROM:” line from the client.

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

class urllib.request.AbstractBasicAuthHandler(password_mgr=None) This is a mixin class that helps with HTTP authentication,

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

address_exclude(network)

2025-01-10 15:47:30
urllib.parse.parse_qs()
  • References/Python/Python/Internet

urllib.parse.parse_qs(qs, keep_blank_values=False, strict_parsing=False, encoding='utf-8', errors='replace') Parse a query string

2025-01-10 15:47:30
smtpd.SMTPChannel.rcpttos
  • References/Python/Python/Internet

rcpttos Holds a list of strings containing the addresses identified in the “RCPT TO:” lines from the client.

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

IMAP4.copy(message_set, new_mailbox) Copy message_set messages onto end of new_mailbox.

2025-01-10 15:47:30