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
telnetlib.Telnet.close()
  • References/Python/Python/Internet

Telnet.close() Close the connection.

2025-01-10 15:47:30
http.client.HTTPResponse.closed
  • References/Python/Python/Internet

HTTPResponse.closed Is True if the stream is closed.

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

urllib.request.build_opener([handler, ...]) Return an OpenerDirector instance, which chains the handlers in the

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

DefaultCookiePolicy.DomainLiberal Equivalent to 0 (ie. all of the above Netscape domain strictness flags switched off).

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

server_address The address on which the server is listening. The format of addresses varies depending on the protocol family;

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

DocXMLRPCServer.set_server_name(server_name) Set the name used in the generated HTML documentation. This name will appear at

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

Morsel.setdefault(key, value=None) Raise an error if key is not a valid

2025-01-10 15:47:30
http.client.HTTPConnection.putrequest()
  • References/Python/Python/Internet

HTTPConnection.putrequest(request, selector, skip_host=False, skip_accept_encoding=False) This should be the first call after

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

DefaultCookiePolicy.blocked_domains() Return the sequence of blocked domains (as a tuple).

2025-01-10 15:47:30