urllib.request.HTTPPasswordMgr.add_password()
  • References/Python/Python/Internet

HTTPPasswordMgr.add_password(realm, uri, user, passwd) uri can be either a single URI, or a sequence of URIs. realm

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

class urllib.request.HTTPDigestAuthHandler(password_mgr=None) Handle authentication with the remote host. password_mgr

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

IMAP4.open(host, port) Opens socket to port at host. This method is implicitly called by the IMAP4

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

server_close() Clean up the server. May be overridden.

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

HTTPDigestAuthHandler.http_error_401(req, fp, code, msg, hdrs) Retry the request with authentication information, if available

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

FTP.storlines(cmd, fp, callback=None) Store a file in ASCII transfer mode. cmd should be an appropriate STOR

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

class urllib.parse.SplitResult(scheme, netloc, path, query, fragment) Concrete class for urlsplit() results containing

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

Request.unverifiable boolean, indicates whether the request is unverifiable as defined by RFC 2965.

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

Telnet.msg(msg, *args) Print a debug message when the debug level is > 0. If extra arguments are present, they

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

IMAP4.debug Integer value to control debugging output. The initialize value is taken from the module variable Debug

2025-01-10 15:47:30