socketserver.BaseServer.server_bind()
  • References/Python/Python/Internet

server_bind() Called by the server’s constructor to bind the socket to the desired address. May be overridden.

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

finish() Called after the handle() method to perform any clean-up actions required. The default implementation

2025-01-10 15:47:30
uuid.UUID.bytes_le
  • References/Python/Python/Internet

UUID.bytes_le The UUID as a 16-byte string (with time_low, time_mid, and time_hi_version in little-endian

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

CookieJar.clear_session_cookies() Discard all session cookies. Discards all contained cookies

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

exception http.client.IncompleteRead A subclass of HTTPException.

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

Request.set_proxy(host, type) Prepare the request by connecting to a proxy server. The host and type will

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

BaseHandler.add_parent(director) Add a director as parent.

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

cgi_directories This defaults to ['/cgi-bin', '/htbin'] and describes directories to treat as containing CGI scripts

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

is_link_local True if the address is reserved for link-local usage. See

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

FTP.sendcmd(cmd) Send a simple command string to the server and return the response string.

2025-01-10 15:47:30