urllib.request.urlopen()
  • References/Python/Python/Internet

urllib.request.urlopen(url, data=None, [timeout, ]*, cafile=None, capath=None, cadefault=False, context=None) Open the URL url

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

class imaplib.IMAP4_SSL(host='', port=IMAP4_SSL_PORT, keyfile=None, certfile=None, ssl_context=None) This is a subclass derived

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

socket The socket object on which the server will listen for incoming requests.

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

process_request(request, client_address) Calls finish_request() to create an instance of the RequestHandlerClass

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

class xmlrpc.server.DocXMLRPCServer(addr, requestHandler=DocXMLRPCRequestHandler, logRequests=True, allow_none=False, encoding=None, bind_and_activate=True, use_bui

2025-01-10 15:47:30
xmlrpc.client.ServerProxy.system.listMethods()
  • References/Python/Python/Internet

ServerProxy.system.listMethods() This method returns a list of strings, one for each (non-system) method supported by the XML-RPC

2025-01-10 15:47:30
ipaddress.IPv6Interface.ip
  • References/Python/Python/Internet

ip

2025-01-10 15:47:30
ipaddress.IPv4Address.packed
  • References/Python/Python/Internet

packed The binary representation of this address - a

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

class urllib.request.HTTPErrorProcessor Process HTTP error responses.

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

FTP.delete(filename) Remove the file named filename from the server. If successful, returns the text of the response

2025-01-10 15:47:30