ipaddress.IPv4Network.is_multicast
  • References/Python/Python/Internet

is_multicast

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

BaseCookie.value_encode(val) Return an encoded value. val can be any type, but return value must be a string. This

2025-01-10 15:47:30
smtplib.SMTP.has_extn()
  • References/Python/Python/Internet

SMTP.has_extn(name) Return

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

IMAP4.lsub(directory='""', pattern='*') List subscribed mailbox names in directory matching pattern. directory defaults

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

class http.cookies.BaseCookie([input]) This class is a dictionary-like object whose keys are strings and whose values are Morsel

2025-01-10 15:47:30
urllib.request.BaseHandler.close()
  • References/Python/Python/Internet

BaseHandler.close() Remove any parents.

2025-01-10 15:47:30
smtplib.SMTPHeloError
  • References/Python/Python/Internet

exception smtplib.SMTPHeloError The server refused our HELO message.

2025-01-10 15:47:30
xmlrpc.server.SimpleXMLRPCServer.register_multicall_functions()
  • References/Python/Python/Internet

SimpleXMLRPCServer.register_multicall_functions() Registers the XML-RPC multicall function system.multicall.

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

Request.selector The URI path. If the Request uses a proxy, then selector will be the full URL that is passed to

2025-01-10 15:47:30
urllib.request.AbstractDigestAuthHandler.http_error_auth_reqed()
  • References/Python/Python/Internet

AbstractDigestAuthHandler.http_error_auth_reqed(authreq, host, req, headers) authreq should be the name of the header

2025-01-10 15:47:30