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

IMAP4.socket() Returns socket instance used to connect to server.

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

IMAP4.login_cram_md5(user, password) Force use of CRAM-MD5 authentication when identifying the client to protect

2025-01-10 15:47:30
xmlrpc.client.ProtocolError.url
  • References/Python/Python/Internet

url The URI or URL that triggered the error.

2025-01-10 15:47:30
telnetlib.Telnet.write()
  • References/Python/Python/Internet

Telnet.write(buffer) Write a byte string to the socket, doubling any IAC characters. This can block if the connection is blocked

2025-01-10 15:47:30
ipaddress.IPv4Network.exploded
  • References/Python/Python/Internet

exploded A string representation of the network, with the mask in prefix notation. with_prefixlen

2025-01-10 15:47:30
ipaddress.IPv4Network.compressed
  • References/Python/Python/Internet

compressed

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

NNTP.descriptions(grouppattern) Send a LIST NEWSGROUPS command, where grouppattern is a wildmat string

2025-01-10 15:47:30
wsgiref.util.setup_testing_defaults()
  • References/Python/Python/Internet

wsgiref.util.setup_testing_defaults(environ) Update environ with trivial defaults for testing purposes.

2025-01-10 15:47:30
http.server.BaseHTTPRequestHandler.wfile
  • References/Python/Python/Internet

wfile Contains the output stream for writing a response back to the client. Proper adherence to the HTTP protocol must be used

2025-01-10 15:47:30
http.cookiejar.CookiePolicy
  • References/Python/Python/Internet

class http.cookiejar.CookiePolicy This class is responsible for deciding whether each cookie should be accepted from / returned

2025-01-10 15:47:30