nntplib.NNTP.group()
  • References/Python/Python/Internet

NNTP.group(name) Send a GROUP command, where name is the group name. The group is selected as the current

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

IMAP4.authenticate(mechanism, authobject) Authenticate command — requires response processing.

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

class urllib.parse.ParseResult(scheme, netloc, path, params, query, fragment) Concrete class for urlparse() results

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

CookiePolicy.rfc2965 Implement RFC 2965 protocol.

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

FTP.voidcmd(cmd) Send a simple command string to the server and handle the response. Return nothing if a response code corresponding

2025-01-10 15:47:30
urllib.error.URLError
  • References/Python/Python/Internet

exception urllib.error.URLError The handlers raise this exception (or derived exceptions) when they run into a problem. It is

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

IMAP4.partial(message_num, message_part, start, length) Fetch truncated part of a message. Returned data is a tuple of message

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

IMAP4.read(size) Reads size bytes from the remote server. You may override this method.

2025-01-10 15:47:30
xmlrpc.server.DocXMLRPCRequestHandler
  • References/Python/Python/Internet

class xmlrpc.server.DocXMLRPCRequestHandler Create a new request handler instance. This request handler supports XML-RPC POST

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

HTTPSHandler.https_open(req) Send an HTTPS request, which can be either GET or POST, depending on req.has_data()

2025-01-10 15:47:30