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

Telnet.close() Close the connection.

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

packed

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

protocol_version This specifies the HTTP protocol version used in responses. If set to 'HTTP/1.1', the server will

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

FTP.set_debuglevel(level) Set the instance’s debugging level. This controls the amount of debugging output printed. The default

2025-01-10 15:47:30
ipaddress.IPv6Address.version
  • References/Python/Python/Internet

version

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

imaplib.Time2Internaldate(date_time) Convert date_time to an IMAP4 INTERNALDATE representation. The return

2025-01-10 15:47:30
wsgiref.simple_server.WSGIServer.get_app()
  • References/Python/Python/Internet

get_app() Returns the currently-set application callable.

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

open(fullurl, data=None) Open fullurl using the appropriate protocol. This method sets up cache and proxy information

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

class urllib.request.CacheFTPHandler Open FTP URLs, keeping a cache of open FTP connections to minimize delays.

2025-01-10 15:47:30