urllib.request.FileHandler.file_open()
  • References/Python/Python/Internet

FileHandler.file_open(req) Open the file locally, if there is no host name, or the host name is 'localhost'.

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
http.client.HTTPResponse.version
  • References/Python/Python/Internet

HTTPResponse.version HTTP protocol version used by server. 10 for HTTP/1.0, 11 for HTTP/1.1.

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
ipaddress.IPv4Address.exploded
  • References/Python/Python/Internet

exploded The string representation in dotted decimal notation. Leading zeroes are never included in the representation.

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

UUID.hex The UUID as a 32-character hexadecimal string.

2025-01-10 15:47:30
xmlrpc.server.DocCGIXMLRPCRequestHandler.set_server_name()
  • References/Python/Python/Internet

DocCGIXMLRPCRequestHandler.set_server_name(server_name) Set the name used in the generated HTML documentation. This name will

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
http.server.BaseHTTPRequestHandler.end_headers()
  • References/Python/Python/Internet

end_headers() Adds a blank line (indicating the end of the HTTP headers in the response) to the headers buffer and calls

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

get_stderr() Return the object that should be used as the wsgi.errors stream. The default implementation just returns

2025-01-10 15:47:30